blob: d06e62eb1fdecbe60718129b1040626cd0c29379 [file] [log] [blame]
{
"name": "PQCheckSDK",
"version": "0.1.1",
"summary": "PQCheck SDK for iOS (Objective C)",
"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.",
"homepage": "https://github.com/post-quantum/pqchecksdk-ios",
"license": "Apache Licence, Version 2.0",
"authors": {
"Post-Quantum": "info@post-quantum.com"
},
"source": {
"git": "https://github.com/post-quantum/pqchecksdk-ios.git",
"branch": "develop",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/post_quantum",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"compiler_flags": "",
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PQCheckSDK": [
"Pod/Assets/*.png"
]
},
"ios": {
"frameworks": [
"SystemConfiguration",
"MobileCoreServices"
]
},
"dependencies": {
"AFNetworking": [
"1.3.4"
],
"RestKit": [
"0.26.0"
],
"SimpleKeychain": [
"0.7.0"
],
"MBProgressHUD": [
"0.9.2"
]
}
}