[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 2 / f / Simperium / 0.8.9 / Simperium.podspec.json
blob598fd3f1b3dec9e24cc3c005de51a77ed632719b
2   "name": "Simperium",
3   "version": "0.8.9",
4   "summary": "Simperium libraries.",
5   "description": "Simperium is a simple way for developers to move data as it changes, instantly and automatically.",
6   "homepage": "https://github.com/Simperium/simperium-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Simperium": "contact@simperium.com"
13   },
14   "source": {
15     "git": "https://github.com/Simperium/simperium-ios.git",
16     "tag": "v0.8.9"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "Simperium/*.{h,m}",
22   "frameworks": [
23     "Security",
24     "MobileCoreServices",
25     "CoreData",
26     "CFNetwork",
27     "SystemConfiguration",
28     "Foundation",
29     "UIKit",
30     "CoreGraphics"
31   ],
32   "requires_arc": true,
33   "subspecs": [
34     {
35       "name": "DiffMatchPach",
36       "source_files": "External/diffmatchpatch/*.{h,c,m}",
37       "requires_arc": false,
38       "compiler_flags": "-fno-objc-arc"
39     },
40     {
41       "name": "JRSwizzle",
42       "source_files": "External/jrswizzle/*.{h,m}"
43     },
44     {
45       "name": "SocketRocket",
46       "source_files": "External/SocketRocket/*.{h,m}",
47       "libraries": "icucore"
48     },
49     {
50       "name": "SPReachability",
51       "source_files": "External/SPReachability/*.{h,m}"
52     },
53     {
54       "name": "SSKeychain",
55       "source_files": "External/SSKeychain/*.{h,m}"
56     }
57   ]