blob: 09634b468c62ff8c20eed17cb34cde7e15a26b25 [file] [log] [blame]
{
"name": "KatsanaSDK",
"version": "0.9.2",
"summary": "Access Katsana platform",
"description": "SDK for accessing Katsana platform data",
"homepage": "https://github.com/katsana/katsana-sdk-ios",
"license": "apache",
"authors": {
"Wan Ahmad Lutfi": "lutfime_2000@yahoo.com"
},
"platforms": {
"osx": "10.11",
"ios": "8.0"
},
"source_files": "KatsanaSDK/**/*.{swift,h,m}",
"public_header_files": "KatsanaSDK/**/*.h",
"ios": {
"exclude_files": "KatsanaSDK/macOS",
"frameworks": "UIKit"
},
"osx": {
"exclude_files": "KatsanaSDK/iOS",
"frameworks": "AppKit"
},
"frameworks": "CoreLocation",
"requires_arc": true,
"source": {
"git": "https://github.com/katsana/katsana-sdk-ios.git",
"tag": "0.9.2"
},
"dependencies": {
"Siesta": [
],
"XCGLogger": [
]
},
"pushed_with_swift_version": "3.0"
}