[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 3 / 5 / 4 / Parse-ReactiveCocoa / 0.1 / Parse-ReactiveCocoa.podspec.json
blobd44dc69012565bbd1e26e64e33bc1a24361ca4b2
2   "name": "Parse-ReactiveCocoa",
3   "version": "0.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"
14   },
15   "source_files": "*.{h,m}",
16   "platforms": {
17     "ios": "8.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   }