[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 3 / 7 / WQSomeUIKit / 1.0.7 / WQSomeUIKit.podspec.json
blob01ebd2bf156ff6060f466f6062c98810c23106fb
2   "name": "WQSomeUIKit",
3   "version": "1.0.7",
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.0.7"
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   },
29   "subspecs": [
30     {
31       "name": "WavAmrHelp",
32       "requires_arc": false,
33       "source_files": "WQSomeUIKit/Tool/VoiceTool/amrwapper/*.{h,m}",
34       "vendored_libraries": [
35         "WQSomeUIKit/Tool/VoiceTool/amrwapper/libopencore-amrnb.a",
36         "WQSomeUIKit/Tool/VoiceTool/amrwapper/libopencore-amrwb.a"
37       ]
38     }
39   ]