blob: aa6252ab01952a80d355ebb9dbe61e5d8d346565 [file] [log] [blame]
{
"name": "VelocidiSDK",
"version": "0.2.0",
"summary": "Velocidi's Objective-C SDK to integrate with iOS apps",
"description": "Velocidi's Objective-C SDK to integrate with iOS apps.\nThis is still a very rough draft of the SDK not to ready to be used",
"homepage": "https://developers.velocidi.com",
"license": {
"type": "Apache License, Version 2.0",
"file": "./LICENSE"
},
"authors": {
"Velocidi": "engineering@velocidi.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/velocidi/velocidi-ios-objc-sdk.git",
"tag": "v0.2.0"
},
"source_files": [
"VelocidiSDK",
"VelocidiSDK/VelocidiSDK/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"JSONModel": [
"~> 1.8"
],
"AFNetworking": [
"~> 3.2.1"
]
}
}