blob: 78f43e1bacc5e0ce68e6c651e11677223aa0a78d [file] [log] [blame]
{
"name": "RACPhotos",
"version": "0.3.0",
"summary": "A small wrapper of Photos.framework with ReactiveCocoa 4.",
"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.3.0"
},
"social_media_url": "https://twitter.com/alexito4",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "Photos",
"dependencies": {
"ReactiveCocoa": [
"~> 4.1"
]
}
}