blob: 1380cf2a92c0a3571a798aa057cf51156376fae6 [file] [log] [blame]
{
"name": "UserHook",
"version": "2.1.0",
"summary": "iOS SDK for the User Hook service",
"homepage": "https://userhook.com",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"User Hook": "info@cullaboration.com"
},
"source": {
"git": "https://github.com/cullaboration/userhook-sdk-ios.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UserHook/**/**",
"frameworks": [
"UIKit",
"Photos",
"StoreKit"
],
"dependencies": {
"JSONModel": [
"~> 1.7"
]
}
}