| { |
| "name": "RACPhotos", |
| "version": "0.1.0", |
| "summary": "A small wrapper of Photos.framework with ReactiveCocoa 3.", |
| "description": "RACPhotos is a small wrapper of the Photos.framework using ReactiveCocoa 3.\nIt let's you declare what you want to do with the Photos library and forget about\nthe async APIs and the callback hell.", |
| "homepage": "https://github.com/alexito4/RACPhotos", |
| "license": "MIT", |
| "authors": { |
| "Alejandro MartÃnez": "alexito4@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/alexito4/RACPhotos.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/alexito4", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "RACPhotos": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": "Photos", |
| "dependencies": { |
| "ReactiveCocoa": [ |
| "= 3.0-RC.1" |
| ] |
| } |
| } |