[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 4 / d / c / PQCheckSDK / 0.1.1 / PQCheckSDK.podspec.json
blobd06e62eb1fdecbe60718129b1040626cd0c29379
2   "name": "PQCheckSDK",
3   "version": "0.1.1",
4   "summary": "PQCheck SDK for iOS (Objective C)",
5   "description": "PQCheck is a video signature system that ties individuals and organisations to an agreement, creating binding contracts at a distance. Together with PQCheck backend engine, this SDK allows you to create an iOS application that enforces sign-what-you-see principle.",
6   "homepage": "https://github.com/post-quantum/pqchecksdk-ios",
7   "license": "Apache Licence, Version 2.0",
8   "authors": {
9     "Post-Quantum": "info@post-quantum.com"
10   },
11   "source": {
12     "git": "https://github.com/post-quantum/pqchecksdk-ios.git",
13     "branch": "develop",
14     "tag": "0.1.1"
15   },
16   "social_media_url": "https://twitter.com/post_quantum",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "compiler_flags": "",
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "PQCheckSDK": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "ios": {
29     "frameworks": [
30       "SystemConfiguration",
31       "MobileCoreServices"
32     ]
33   },
34   "dependencies": {
35     "AFNetworking": [
36       "1.3.4"
37     ],
38     "RestKit": [
39       "0.26.0"
40     ],
41     "SimpleKeychain": [
42       "0.7.0"
43     ],
44     "MBProgressHUD": [
45       "0.9.2"
46     ]
47   }