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