[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 5 / 4 / Parse-ReactiveCocoa / 0.1.1 / Parse-ReactiveCocoa.podspec.json
blobc0ca4a234882342a95b886b96ce7f9ee431a4553
2   "name": "Parse-ReactiveCocoa",
3   "version": "0.1.1",
4   "summary": "Extensions to use Parse with ReactiveCocoa",
5   "license": "MIT",
6   "description": "Collection of Categories to use Parse with ReactiveCocoa",
7   "homepage": "https://github.com/gertjanleemans/Parse-ReactiveCocoa",
8   "authors": {
9     "Gertjan Leemans": "gertjan@digitalisma.com"
10   },
11   "source": {
12     "git": "https://github.com/gertjanleemans/Parse-Reactivecocoa.git",
13     "tag": "0.1.1"
14   },
15   "source_files": "*.{h,m}",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "Parse": [
22       "~> 1.7.2.1"
23     ],
24     "ReactiveCocoa": [
25       "~> 2.5"
26     ]
27   },
28   "xcconfig": {
29     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Parse\""
30   }