blob: 26f63bbcd76f988dea77105274884966f4a5787c [file] [log] [blame]
{
"name": "TXFire",
"version": "1.0.1",
"summary": "Fire Objective-C Project",
"homepage": "https://github.com/taylorwrynn/fire",
"license": "Apache License, Version 2.0",
"authors": {
"Taylor": "com.taylortang@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/taylorwrynn/fire.git",
"tag": "1.0.1"
},
"source_files": [
"fire/Classes",
"fire/Classes/**/*.{h,m}"
],
"public_header_files": "fire/Classes/**/*.h",
"requires_arc": true,
"dependencies": {
"ReactiveObjC": [
]
}
}