blob: fe6ebf57f2df48848ca754d127f97476780a9897 [file] [log] [blame]
{
"name": "HacknocraftiOS",
"version": "0.1.0",
"summary": "This project contains the iOS objective C SDK that helps developers to connect with Hacknocraft backend.",
"description": " Hacknocraft provides iOS SDK for third party developers to conveniently connect to the Hacknocraft backend.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "http://hacknocraft.com",
"license": "MIT",
"authors": {
"Hao Wang": "hao.wang@hacknocraft.com"
},
"source": {
"git": "https://github.com/laeroah/HacknocraftIOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*",
"Pod/Frameworks/**/*"
],
"resource_bundles": {
"HacknocraftiOS": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}