blob: b3620b9c4e503869ef0fb8fa3f3837590765eeb8 [file] [log] [blame]
{
"name": "RACPhotos",
"version": "0.2.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.2.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": [
"~> 4.0.4-alpha-1"
]
}
}