blob: 70be8863ef736cb23834be7dc54515064e45daae [file] [log] [blame]
{
"name": "iOS_ModuleA",
"version": "0.0.1",
"summary": "It is a iOS_ModuleA Demo for myself",
"homepage": "https://github.com/MasterYou/YTFZJHDemo",
"license": "MIT",
"authors": {
"MasterYou": "37956383@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MasterYou/YTFZJHDemo.git",
"tag": "0.0.1"
},
"source_files": [
"YTFModuleA",
"YTFModuleA/*.{h,m}",
"YTFModuleA/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}