[Add] Boardy 1.59.1
[CocoaPods.git] / Specs / 4 / 2 / f / Simperium / 0.6.2 / Simperium.podspec.json
blob4d32e5afd04c22ac10e934b7d7b04343b1ac9a64
2   "name": "Simperium",
3   "version": "0.6.2",
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.2"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": [
22     "Simperium/*.{h,m}",
23     "External/SPReachability/*",
24     "External/SFHFKeychainUtils/*"
25   ],
26   "exclude_files": "Simperium/SPS3Manager.{h,m}",
27   "frameworks": [
28     "Security",
29     "MobileCoreServices",
30     "CoreData",
31     "CFNetwork",
32     "SystemConfiguration",
33     "Foundation",
34     "UIKit",
35     "CoreGraphics"
36   ],
37   "requires_arc": true,
38   "dependencies": {
39     "CocoaLumberjack": [
41     ],
42     "Google-Diff-Match-Patch": [
44     ],
45     "JRSwizzle": [
47     ],
48     "SocketRocket": [
50     ]
51   }