| { | |
| "name": "APPhotolibrary", | |
| "version": "0.0.1", | |
| "summary": "Easy access to photo album on iOS", | |
| "homepage": "https://github.com/Alterplay/APPhotolibrary", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE.txt" | |
| }, | |
| "authors": { | |
| "Alexey Belkevich": "alexey.belkevich@alterplay.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Alterplay/APPhotolibrary.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "Classes/**/*.{h,m}", | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "requires_arc": true, | |
| "frameworks": "AssetsLibrary" | |
| } |