[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 2 / f / Simperium / 0.6.3 / Simperium.podspec.json
blob30f09f7fb839ba63b0daedc6154eca7214b1b1ff
2   "name": "Simperium",
3   "version": "0.6.3",
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.6.3"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": [
22     "Simperium/*.{h,m}",
23     "External/SPReachability/*"
24   ],
25   "exclude_files": "Simperium/SPS3Manager.{h,m}",
26   "frameworks": [
27     "Security",
28     "MobileCoreServices",
29     "CoreData",
30     "CFNetwork",
31     "SystemConfiguration",
32     "Foundation",
33     "UIKit",
34     "CoreGraphics"
35   ],
36   "requires_arc": true,
37   "dependencies": {
38     "CocoaLumberjack": [
40     ],
41     "Google-Diff-Match-Patch": [
43     ],
44     "JRSwizzle": [
46     ],
47     "SocketRocket": [
49     ]
50   },
51   "subspecs": [
52     {
53       "name": "no-arc",
54       "requires_arc": false,
55       "source_files": "External/STKeychain/*"
56     }
57   ]