[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / e / f / common / 0.0.1 / common.podspec.json
blob1337321b24605e97201bcdc6ec6cd08ef8a86358
2   "name": "common",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "7.1"
6   },
7   "license": "MIT",
8   "summary": "Commom库工程,主要包含一些公共的代码.",
9   "homepage": "https://github.com/SVProgressHUD/SVProgressHUD",
10   "authors": {
11     "Zain": "tobias@tiemerding.com"
12   },
13   "source": {
14     "git": "http://gitlab.dev.fenqile.com:9880/public_iOS/common.git",
15     "tag": "0.0.1"
16   },
17   "description": "Commom库工程,主要包含一些公共的代码.Commom库工程,主要包含一些公共的代码.",
18   "frameworks": "Security",
19   "libraries": [
20     "c++",
21     "z"
22   ],
23   "source_files": [
24     "Common/*.{h,m}",
25     "Common/Encrypt/*.{h,m}",
26     "Common/FQLObserverCenter/*.{h,m}",
27     "Common/Language/*.{h,mm}",
28     "Common/Log/*.{h,mm}",
29     "Common/Utils/*.{h,mm}"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "FQLSDWebImage": [
35     ],
36     "FQLSVProgressHUD": [
38     ],
39     "AFNetworking": [
41     ]
42   }