blob: 9e49115a4ab7c78ee88f39e97d02cd5d6061e10a [file] [log] [blame]
{
"name": "Astray",
"version": "0.0.11",
"summary": "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.11"
},
"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"
]
}
}