[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 2 / f / Simperium / 0.7.0 / Simperium.podspec.json
blob1c5d4ba3d043880e0ec57f3ae17e74012f3faf61
2   "name": "Simperium",
3   "version": "0.7.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": "v0.7.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": [
22     "Simperium/*.{h,m}",
23     "External/SPReachability/*"
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   "dependencies": {
37     "Google-Diff-Match-Patch": [
39     ],
40     "JRSwizzle": [
42     ],
43     "SocketRocket": [
45     ]
46   },
47   "subspecs": [
48     {
49       "name": "no-arc",
50       "requires_arc": false,
51       "source_files": "External/STKeychain/*"
52     }
53   ]