Add new podspec
This commit is contained in:
parent
5812e7525e
commit
edc45ef4e7
27
MVReport.podspec.json
Normal file
27
MVReport.podspec.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "MVReport",
|
||||
"version": "0.1.3",
|
||||
"summary": "Simple Objective-C framework for report generation on iOS",
|
||||
"description": "MVReport aims to solve reporting problem on iOS by introducing set of classes similar to Apple's iOS Printing API but for report generation. It uses the same paradigm, formatter and page renderer objects, and same methods where it make sense. But, It also extends functionality by adding some new objects that allow generation of repeatable content, and positioning of text sections relative to other sections.\n",
|
||||
"homepage": "https://gitea.cstudio.ch/DDC/MVReport",
|
||||
"license": "MIT",
|
||||
"authors": {
|
||||
"Moroverse": "moroverse@gmail.com",
|
||||
"Mike Mueller": "mike.mueller@cstudio.ch"
|
||||
},
|
||||
"source": {
|
||||
"git": "https://gitea.cstudio.ch/DDC/MVReport.git"
|
||||
},
|
||||
"social_media_url": "https://twitter.com/moroverse",
|
||||
"platforms": {
|
||||
"ios": "7.0"
|
||||
},
|
||||
"requires_arc": true,
|
||||
"source_files": "Classes/*.{h,m}",
|
||||
"private_header_files": "Classes/*{+Private}.h",
|
||||
"frameworks": [
|
||||
"CoreGraphics",
|
||||
"UIKit",
|
||||
"CoreText"
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user