blob: 10030fcfa0f3cb6bac6038b58dea7a2dc84d8fea [file] [log] [blame]
{
"name": "FWFramework",
"version": "0.1.4",
"summary": "ios develop framework",
"homepage": "http://wuyong.site",
"license": "MIT",
"authors": {
"Wu Yong": "admin@wuyong.site"
},
"source": {
"git": "https://github.com/lszzy/FWFramework.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"libraries": [
"sqlite3"
],
"default_subspecs": "FWFramework",
"subspecs": [
{
"name": "FWFramework",
"source_files": "FWFramework/**/*.{h,m,swift}",
"public_header_files": "FWFramework/**/*.h"
}
]
}