blob: 400d32c3c7e5ac1055da3e8c9752185e0ef60768 [file] [log] [blame]
{
"name": "Astray",
"version": "0.0.2",
"summary": "tool kit",
"description": "develop tool kit",
"homepage": "https://github.com/archerchey/Astray",
"license": "MIT",
"authors": {
"Archer": "archerchey@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/archerchey/Astray.git",
"tag": "0.0.2"
},
"source_files": "Astray/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"FMDB": [
"~> 2.6.2"
]
}
}