[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 7 / 1 / Simperium-OSX / 1.5.0 / Simperium-OSX.podspec.json
blobe58b63ff654a8c952b3a08fcd829508290668b5e
2   "name": "Simperium-OSX",
3   "version": "1.5.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.5.0"
17   },
18   "platforms": {
19     "osx": "10.13"
20   },
21   "source_files": [
22     "Simperium/*.{h,m}",
23     "Simperium-OSX/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "DiffMatchPach",
29       "source_files": "External/diffmatchpatch/*.{h,c,m}",
30       "requires_arc": false,
31       "compiler_flags": "-fno-objc-arc"
32     },
33     {
34       "name": "JRSwizzle",
35       "source_files": "External/jrswizzle/*.{h,m}"
36     },
37     {
38       "name": "SocketRocket",
39       "source_files": [
40         "External/SocketRocket/*.{h,m}",
41         "External/TrustKit/TrustKit/**/*.{h,m}"
42       ],
43       "libraries": "icucore"
44     },
45     {
46       "name": "SPReachability",
47       "source_files": "External/SPReachability/*.{h,m}"
48     },
49     {
50       "name": "SSKeychain",
51       "source_files": "External/SSKeychain/*.{h,m}"
52     }
53   ]