blob: b367114b9d207180dc216a819299b3d535896e27 [file] [log] [blame]
{
"name": "HacknocraftiOS",
"version": "0.2.2",
"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.2.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "Pod/Dependencies/Quickblox.framework",
"preserve_paths": "Pod/Dependencies/*.framework",
"resources": "Pod/Dependencies/Quickblox.framework",
"xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "\"$(PODS_ROOT)/HacknocraftiOS/Pod/Dependencies\""
}
},
"libraries": [
"resolv",
"xml2",
"stdc++",
"z"
],
"frameworks": [
"UIKit",
"MobileCoreServices",
"SystemConfiguration",
"AVFoundation",
"CoreVideo",
"Accelerate",
"CoreMedia",
"AudioToolbox",
"CoreLocation",
"CoreData",
"CoreGraphics",
"CFNetwork"
],
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HacknocraftiOS": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"ReactiveCocoa": [
],
"FBSDKCoreKit": [
],
"FBSDKLoginKit": [
],
"FBSDKShareKit": [
]
}
}