blob: bf1771c0a50e58695981e7d773339aa87ddc151e [file] [log] [blame]
{
"name": "FLKit",
"version": "1.0.0",
"summary": "FLKit contains some utilities that I use in iOS project.",
"homepage": "https://github.com/wufulin/FLKit.git",
"license": {
"type": "MIT",
"file": "LICENSE.markdown"
},
"authors": {
"wufulin": "wufulinit@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/wufulin/FLKit.git",
"tag": "1.0.0"
},
"source_files": "FLKit/*.{h,m}",
"requires_arc": true
}