[Add] DocumentReaderFullAuthRFIDStage 7.5.10858
[CocoaPods.git] / Specs / a / 8 / 3 / PodioKit / 2.0.0 / PodioKit.podspec.json
blob4fb95b07b73d8d7f9816828bf89e4337e5195bd4
2   "name": "PodioKit",
3   "version": "2.0.0",
4   "source": {
5     "git": "https://github.com/podio/podio-objc.git",
6     "tag": "2.0.0"
7   },
8   "summary": "PodioKit is an Objective-C client library for the Podio API.",
9   "homepage": "https://github.com/podio/podio-objc",
10   "license": "MIT",
11   "authors": {
12     "Sebastian Rehnby": "sebastian@podio.com",
13     "Romain Briche": "briche@podio.com"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Common",
21   "subspecs": [
22     {
23       "name": "Common",
24       "source_files": "PodioKit/Common/**/*.{h,m}",
25       "public_header_files": "PodioKit/Common/**/*.h",
26       "prefix_header_file": "PodioKit/Common/PodioKit-Prefix.pch",
27       "ios": {
28         "source_files": "PodioKit/UIKit/**/*.{h,m}",
29         "public_header_files": "PodioKit/UIKit/*.h",
30         "frameworks": "UIKit"
31       }
32     },
33     {
34       "name": "Push",
35       "source_files": "PodioKit/Push/**/*.{h,m}",
36       "public_header_files": "PodioKit/Push/**/*.h",
37       "dependencies": {
38         "PodioKit/Common": [
40         ],
41         "DDCometClient": [
42           "~> 1.0"
43         ],
44         "FXReachability": [
45           "~> 1.3"
46         ]
47       }
48     }
49   ]