blob: 78ebd1477ca837b3edc40109296ec6ed82c9d7cb [file] [log] [blame]
{
"name": "CGFrameworkExample",
"version": "1.0.1",
"summary": "测试 Framework",
"homepage": "https://github.com/iTaosky/xt_CGFramework_Demo.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iTaosky": "taosky@icloud.com"
},
"source": {
"git": "https://github.com/iTaosky/xt_CGFramework_Demo.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CGFrameworkExample/CGFrameworkExample/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.0.0"
]
}
}