blob: 646b7989d3634b63b604ae08e75a174352b2482e [file] [log] [blame]
{
"name": "Astray",
"version": "0.0.3",
"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.3"
},
"source_files": "Astray/**/*.{h,m}",
"public_header_files": "Astray/**/*.h",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"FMDB": [
"~> 2.6.2"
]
}
}