blob: 9e1b63a9ac57108c6c94e58d8ee347c13d434594 [file] [log] [blame]
{
"name": "iCignalSDK",
"version": "2.2.5",
"summary": "iCIGNAL beacon mobile library for iOS.",
"description": "SDK which just works for contextual proximity. Delivering workflows from iBeacon, Geofenceing, WiFi around you.",
"homepage": "http://quintet.co.kr/product/icignal",
"screenshots": [
"http://www.quintet.co.kr/resources/img/product/iot_f01.png",
"http://www.quintet.co.kr/resources/img/product/iot_f02.png",
"http://www.quintet.co.kr/resources/img/product/iot_f03.png",
"http://www.quintet.co.kr/resources/img/product/iot_f04.png",
"http://www.quintet.co.kr/resources/img/product/iot_f05.png",
"http://www.quintet.co.kr/resources/img/product/iot_f06.png"
],
"license": {
"file": "LICENSE.md",
"type": "CUSTOM"
},
"authors": {
"Polared": "developer@quintet.co.kr"
},
"social_media_url": "https://www.facebook.com/quintetsystems",
"source": {
"git": "http://rep.yellomarket.co.kr:8000/Mobile-Native/iCignalSDK-pod.git",
"tag": "2.2.5"
},
"platforms": {
"ios": "7.0"
},
"cocoapods_version": ">= 0.36",
"requires_arc": true,
"module_name": "iCignalSDK",
"default_subspecs": "Static",
"weak_frameworks": [
"Foundation",
"UIKit",
"CoreBluetooth",
"CoreLocation",
"CoreMotion",
"MapKit",
"JavaScriptCore",
"Security",
"SystemConfiguration",
"MobileCoreServices",
"MessageUI",
"Twitter",
"QuartzCore",
"Accelerate"
],
"libraries": "sqlite3",
"subspecs": [
{
"name": "Static",
"platforms": {
"ios": "6.0"
},
"vendored_frameworks": "SDK/Static/iCignalSDK.framework",
"resource_bundles": {
"iCignalSDK": [
"SDK/Static/iCignalSDK.bundle"
]
}
},
{
"name": "Dynamic",
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "SDK/Dynamic/iCignalSDK.framework"
}
]
}