blob: 7bfe497bdfd93db860bab0ef3372f23f19e6a097 [file] [log] [blame]
{
"name": "Benihime",
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A collection of independent utility classes for iOS projects.",
"homepage": "http://github.com/shiki/ios-benihime",
"authors": {
"Shiki": "bj@basanes.net",
"timominous": "timominous@gmail.com"
},
"source": {
"git": "https://github.com/shiki/ios-benihime.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"MapKit"
],
"source_files": "Benihime/**/*.{h,m}",
"preserve_paths": "*"
}