blob: da4e12759ff30aedf254f79d8632b12bc4c60c0c [file] [log] [blame]
{
"name": "OnSpotSdk",
"version": "1.0.0",
"summary": "OnSpot SDK",
"description": "OnSpot services framework",
"homepage": "https://github.com/Onspota/OnSpotIosSdk",
"license": {
"type": "Custom",
"file": "LICENSE"
},
"authors": {
"Tomer Lavi": "tomer@assist.co.il"
},
"source": {
"git": "https://github.com/Onspota/OnSpotIosSdk.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"vendored_frameworks": "Framework/*",
"dependencies": {
"AFNetworking": [
"~> 3"
],
"JSONModel": [
"~> 1.2"
],
"ISO8601": [
"~> 0.6"
]
}
}