blob: 7afe4071f2e90380cee253c21f22b281ebd8fa60 [file] [log] [blame]
{
"name": "Curio_iOS_SDK",
"version": "1.2.4",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"summary": "Curio is mobile analytics system of Turkcell, and this is Curio iOS and tvOS Client SDK library",
"homepage": "https://github.com/Turkcell/Curio_iOS_SDK",
"license": "Apache 2.0",
"authors": {
"Can Ciloglu": "can.ciloglu@turkcell.com.tr"
},
"social_media_url": "https://twitter.com/canciloglu",
"source": {
"git": "https://github.com/Turkcell/Curio_iOS_SDK.git",
"tag": "1.2.4"
},
"source_files": "CurioSDK.Core/CurioSDK",
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreTelephony",
"CoreLocation",
"CoreBluetooth"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation",
"SystemConfiguration"
]
},
"libraries": "sqlite3"
}