blob: 2bf04499025d10e05450f8cff45d00036f8b55c9 [file] [log] [blame]
{
"name": "libtangoflaresdk",
"version": "1.0.0",
"summary": "libtangoflaresdk for iOS",
"description": "libtangoflaresdk for iOS (armv7,arm64,i386,x86_64)",
"homepage": "http://github.com/",
"license": {
"type": "LICENSE-APACHE",
"file": "LICENSE.txt"
},
"source": {
"git": "https://github.com/atomnode/libtangoflaresdk.git",
"tag": "1.0.0"
},
"authors": {
"How Tah Lun": ""
},
"platforms": {
"ios": "9.0"
},
"ios": {
"source_files": "include/TangoFlareSDK/**/*.h",
"public_header_files": "include/TangoFlareSDK/**/*.h",
"preserve_paths": "lib-ios/libtangoflaresdk.a",
"vendored_libraries": "lib-ios/libtangoflaresdk.a"
},
"resources": "include/TangoFlareSDK/**/*.bundle",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"JSONModel": [
"~> 1.3.0"
],
"Valet": [
"~> 2.2.2"
],
"CocoaLumberjack": [
"~> 2.3.0"
],
"RMQClient": [
"~> 0.9"
]
}
}