blob: 3abf92e424b9281aa2a637bcfb5730ac4398947e [file] [log] [blame]
{
"name": "YFCommonTools",
"version": "0.0.7",
"summary": "Tools for OC",
"description": "Tools for OC private.",
"homepage": "https://github.com/BigShow1949/YFCommonTools.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BigShow1949": "1029883589@qq.com"
},
"source": {
"git": "https://github.com/BigShow1949/YFCommonTools.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YFCommonTools/**/*.{h,m}",
"public_header_files": "YFCommonTools/**/*.{h}",
"frameworks": [
"CoreGraphics",
"QuartzCore",
"UIKit",
"CoreLocation",
"Foundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "Categories",
"source_files": "YFCommonTools/Categories/**/*.{h,m}",
"public_header_files": "YFCommonTools/Categories/**/*.{h}"
}
]
}