[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 2 / RACPhotos / 0.2.0 / RACPhotos.podspec.json
blobb3620b9c4e503869ef0fb8fa3f3837590765eeb8
2   "name": "RACPhotos",
3   "version": "0.2.0",
4   "summary": "A small wrapper of Photos.framework with ReactiveCocoa 4.",
5   "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.",
6   "homepage": "https://github.com/alexito4/RACPhotos",
7   "license": "MIT",
8   "authors": {
9     "Alejandro Martínez": "alexito4@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/alexito4/RACPhotos.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/alexito4",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "RACPhotos": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "Photos",
27   "dependencies": {
28     "ReactiveCocoa": [
29       "~> 4.0.4-alpha-1"
30     ]
31   }