[Add] AlibabacloudSlb20140515 1.0.5
[CocoaPods.git] / Specs / e / 3 / 7 / WQSomeUIKit / 1.1.1 / WQSomeUIKit.podspec.json
blobedabb180628be9dec67fa8207064d0047c3d225d
2   "name": "WQSomeUIKit",
3   "version": "1.1.1",
4   "summary": "Usual collection",
5   "description": "平常自己使用一些频率比较高得工具、控件的封装,后期使用的时候也不断维护、更新",
6   "homepage": "https://github.com/wang68543/WQSomeUIKit",
7   "license": "MIT",
8   "authors": {
9     "王强": "wang68543@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/wang68543/WQSomeUIKit.git",
16     "tag": "1.1.1"
17   },
18   "requires_arc": true,
19   "source_files": "WQSomeUIKit/**/**/*.{h,m}",
20   "resources": [
21     "WQSomeUIKit/Resources/Sb/*.storyboard"
22   ],
23   "exclude_files": "WQSomeUIKit/Tool/VoiceTool/amrwapper/*.{h,m}",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0"
27     ],
28     "SDWebImage": [
29       "~>3.8"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "WavAmrHelp",
35       "requires_arc": false,
36       "source_files": "WQSomeUIKit/Tool/VoiceTool/amrwapper/*.{h,m}",
37       "vendored_libraries": [
38         "WQSomeUIKit/Tool/VoiceTool/amrwapper/libopencore-amrnb.a",
39         "WQSomeUIKit/Tool/VoiceTool/amrwapper/libopencore-amrwb.a"
40       ]
41     }
42   ]