blob: 871b51841db62df9d52b11d623ec52d86275be01 [file] [log] [blame]
{
"name": "Benihime",
"version": "0.2.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": "jayson@basanes.net",
"timominous": "timominous@gmail.com"
},
"source": {
"git": "https://github.com/shiki/ios-benihime.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"MapKit"
],
"source_files": "Benihime/**/*.{h,m}",
"preserve_paths": "*"
}