[Add] DYFStoreReceiptVerifier_Swift 1.3.0
[CocoaPods.git] / Specs / d / 1 / 2 / RACPhotos / 0.3.0 / RACPhotos.podspec.json
blob78f43e1bacc5e0ce68e6c651e11677223aa0a78d
2   "name": "RACPhotos",
3   "version": "0.3.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.3.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   "frameworks": "Photos",
22   "dependencies": {
23     "ReactiveCocoa": [
24       "~> 4.1"
25     ]
26   }