blob: c9be2f8038bb4186aeb9f5c11f9b00c84f267583 [file] [log] [blame]
{
"name": "LFJUILib",
"version": "0.0.5",
"summary": "Useful tools for ios development",
"description": "Useful tools for ios development gathered in daily work",
"homepage": "http://git.oschina.net/FujunSelf/LFJUILib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liufujun": "fujunliu821@163.com"
},
"source": {
"git": "http://git.oschina.net/FujunSelf/LFJUILib.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "7.0"
},
"source_files": "LFJUILib/VJUILib.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation"
],
"subspecs": [
{
"name": "Core-Category",
"source_files": "LFJUILib/Core-Category/*"
},
{
"name": "Core-Manager",
"source_files": "LFJUILib/Core-Manager/*"
},
{
"name": "Core-Util",
"source_files": "LFJUILib/Core-Util/*"
},
{
"name": "Core-View",
"source_files": "LFJUILib/Core-View/*"
}
]
}