blob: e68494d2247c8d9b31ae158dc11143314fa8bb7d [file] [log] [blame]
{
"name": "FXKit",
"version": "0.0.1",
"summary": "Encapsulation of convenient utils.",
"homepage": "https://github.com/ShawnFoo/FXKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shawn Foo": "fu4904@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ShawnFoo/FXKit.git",
"tag": "v0.0.1"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "FXUtil",
"source_files": "FXKit/FXUtil/*.{h,m}"
}
]
}