blob: d8d96efe7124ed8407b5e3d89e4ebbed86b76c1c [file] [log] [blame]
{
"name": "GJSFrameworkDemo",
"version": "1.0.1",
"summary": "Is a FrameworkDemo",
"description": "一个framework小样,a FrameworkDemo\"",
"homepage": "https://github.com/GuanJinsong/FrameworkDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"guanjinsong": "171976685@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/GuanJinsong/FrameworkDemo.git",
"tag": "1.0.1"
},
"source_files": [
"FrameworkDemo.framework/Headers",
"*.{h,m}"
],
"resources": "IMSDKSettings.bundle",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 4.0"
]
}
}