blob: 3a1a0f58eae27168999372ee3372011e1bc7e010 [file] [log] [blame]
{
"name": "YLServices",
"version": "0.2.0",
"summary": "iOS 开发工具",
"homepage": "https://github.com/a619668402/YLServices",
"authors": {
"DYL": "15637195529@163.com"
},
"source": {
"git": "https://github.com/a619668402/YLServices.git",
"tag": "0.2.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "YLServices/Macros{Tools,Constant,Define,Singleton}.{h,m}",
"subspecs": [
{
"name": "YLMBProgress",
"source_files": "YLServices/YLMBProgress/*.{h,m}",
"public_header_files": "YLServices/YLMBProgress/*.h",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
]
}
}
]
}