[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / d / 5 / 7 / SCBaseFramework / 0.0.1 / SCBaseFramework.podspec.json
blob5a47bedd8fd33e2f57320cdcb13f866ae9e71f49
2   "name": "SCBaseFramework",
3   "version": "0.0.1",
4   "summary": "智慧城市BaseFramework",
5   "description": "智慧城市BaseFramework,包含Base分类、Base工具类、网络请求等。",
6   "homepage": "http://gitlab.housecenter.cn/smartcity_frame/iphone_app/sc_frame_ios/SCBaseFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangqiang": "613555114@qq.com"
13   },
14   "source": {
15     "git": "http://gitlab.housecenter.cn/smartcity_frame/iphone_app/sc_frame_ios/SCBaseFramework.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "vendored_frameworks": [
22     "SCBaseFramework/Classes/SCBase/SCBase.framework"
23   ],
24   "pod_target_xcconfig": {
25     "VALID_ARCHS": "x86_64 armv7 arm64"
26   },
27   "dependencies": {
28     "Masonry": [
30     ],
31     "AFNetworking": [
32       "~> 4.0"
33     ],
34     "SVProgressHUD": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "SCBaseFramework",
41       "source_files": "SCBaseFramework/Classes/SCBase/SCBase.framework/Headers/*.{h,m}"
42     }
43   ]