blob: d0069f6a14c3f4b52b42413b18c13a8c29409f2b [file] [log] [blame]
{
"name": "ReaderFramework",
"version": "1.0.0",
"summary": "A flexible PDF reader for iOS 7",
"description": " Open local PDFs in your iPhone and iPad projects\n",
"homepage": "https://github.com/KiranPanesar/Reader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kiran Panesar": "KiranSinghPanesar@googlemail.com"
},
"social_media_url": "http://twitter.com/k_panesar",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/KiranPanesar/Reader.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"ReaderFramework/**/*.{h,m}"
],
"requires_arc": true
}