[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 4 / 2 / f / Simperium / 0.8.2 / Simperium.podspec.json
blob2120f218c98e8a2cfd40f1b5c030c540f514711a
2   "name": "Simperium",
3   "version": "0.8.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.8.2"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": [
22     "Simperium/*.{h,m}",
23     "External/JRSwizzle/*",
24     "External/SPReachability/*",
25     "External/SocketRocket/*",
26     "External/SSKeychain/*"
27   ],
28   "frameworks": [
29     "Security",
30     "MobileCoreServices",
31     "CoreData",
32     "CFNetwork",
33     "SystemConfiguration",
34     "Foundation",
35     "UIKit",
36     "CoreGraphics"
37   ],
38   "libraries": "icucore",
39   "requires_arc": true,
40   "dependencies": {
41     "Google-Diff-Match-Patch": [
43     ]
44   }