[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / f / e / Parse-SDK-Helpers / 1.1.0 / Parse-SDK-Helpers.podspec.json
blobff9a02ab58ba7cc784493e2af5cb8bb52d5abd3d
2   "name": "Parse-SDK-Helpers",
3   "version": "1.1.0",
4   "summary": "Parse iOS and OSX SDK helpers.",
5   "homepage": "https://parse.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Maxim Khatskevich": "maxim.khatskevich@gmail.com"
12   },
13   "platforms": {
14     "ios": "5.0",
15     "osx": "10.8"
16   },
17   "source": {
18     "git": "https://github.com/maximkhatskevich/ParseHelpers.git",
19     "tag": "1.1.0"
20   },
21   "frameworks": "Foundation",
22   "ios": {
23     "dependencies": {
24       "Parse-iOS-SDK": [
25         "~> 1.2.19"
26       ]
27     }
28   },
29   "osx": {
30     "dependencies": {
31       "Parse-OSX-SDK": [
32         "~> 1.2.18"
33       ]
34     }
35   },
36   "requires_arc": true,
37   "default_subspecs": [
38     "Core"
39   ],
40   "subspecs": [
41     {
42       "name": "Core",
43       "source_files": [
44         "Main/Src/*.h",
45         "Main/Src/Core/*.{h,m}"
46       ]
47     },
48     {
49       "name": "UserExt",
50       "source_files": [
51         "Main/Src/ParseMacros.h",
52         "Main/Src/Core/PFUser+ParseHelpers.{h,m}",
53         "Main/Src/UserExt/*.{h,m}"
54       ]
55     }
56   ]