blob: bf44458341f70dfd831639e3216db5eed3d43f11 [file] [log] [blame]
{
"name": "LYToolsKit",
"version": "0.2.0",
"summary": "LYToolsKit is Foundation|UI|Utility SDK.",
"homepage": "https://github.com/yyly/LYToolsKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yyly": "mingyuegucheng@icloud.com"
},
"source": {
"git": "https://github.com/yyly/LYToolsKit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LYToolsKit/LYToolsKit.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "LYToolsKit/Foundation/**/*.{h,m}",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
},
{
"name": "UI",
"source_files": "LYToolsKit/UI/**/*.{h,m}",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
},
{
"name": "Utility",
"source_files": "LYToolsKit/Utility/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"LYToolsKit/UI": [
]
}
}
]
}