blob: d54af8cfca25bf7a6efb656444a872b49d61b707 [file] [log] [blame]
{
"name": "SKYKit",
"version": "0.1.0",
"summary": "iOS SDK for Skygear",
"description": "This is the client library for Skygear backend.",
"homepage": "https://github.com/SkygearIO/skygear-SDK-iOS",
"license": "Apache License, Version 2.0",
"authors": {
"Oursky Ltd.": "hello@oursky.com"
},
"source": {
"git": "https://github.com/SkygearIO/skygear-SDK-iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SKYKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"FMDB": [
"~> 2.5"
],
"SocketRocket": [
"~> 0.4"
]
}
}
]
}