blob: 950e89ea2c4ac1feca914683f7d23e777134b4cc [file] [log] [blame]
{
"name": "DCHFluxKit",
"version": "0.1.6",
"summary": "A ObjC Flux Framework.",
"description": " A ObjC Flux Framework for iOS.\n",
"homepage": "https://github.com/seraphcxl/DCHFluxKit",
"license": "MIT",
"authors": {
"seraphcxl": "seraph.cxl@gmail.com"
},
"social_media_url": "http://twitter.com/seraphcxl",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/seraphcxl/DCHFluxKit.git",
"tag": "0.1.6"
},
"source_files": "DCHFluxKit/*.{h,m}",
"public_header_files": "DCHFluxKit/*.h",
"libraries": "z",
"requires_arc": true,
"dependencies": {
"Tourbillon": [
"~> 1.0.3"
],
"libextobjc": [
"~> 0.4.1"
]
}
}