[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 2 / f / Simperium / 0.8.13 / Simperium.podspec.json
blob6d779fe6b67f57d146ba4cad69f97d719ba52848
2   "name": "Simperium",
3   "version": "0.8.13",
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.13"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "Simperium/*.{h,m}",
23     "Simperium-iOS/**/*.{h,m}"
24   ],
25   "frameworks": [
26     "Security",
27     "MobileCoreServices",
28     "CoreData",
29     "CFNetwork",
30     "SystemConfiguration",
31     "Foundation",
32     "UIKit",
33     "CoreGraphics"
34   ],
35   "requires_arc": true,
36   "subspecs": [
37     {
38       "name": "DiffMatchPach",
39       "source_files": "External/diffmatchpatch/*.{h,c,m}",
40       "requires_arc": false,
41       "compiler_flags": "-fno-objc-arc"
42     },
43     {
44       "name": "JRSwizzle",
45       "source_files": "External/jrswizzle/*.{h,m}"
46     },
47     {
48       "name": "SocketRocket",
49       "source_files": "External/SocketRocket/*.{h,m}",
50       "libraries": "icucore"
51     },
52     {
53       "name": "SPReachability",
54       "source_files": "External/SPReachability/*.{h,m}"
55     },
56     {
57       "name": "SSKeychain",
58       "source_files": "External/SSKeychain/*.{h,m}"
59     }
60   ]