blob: d8f5fbe2e63a67fd997f918095e2f148229ac9ac [file] [log] [blame]
{
"name": "PQCheckSDK",
"version": "0.1.0",
"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.0"
},
"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": [
],
"RestKit": [
],
"RestKit/Testing": [
],
"SimpleKeychain": [
],
"MBProgressHUD": [
]
}
}