[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / c / d / CSCoreUtils / 0.1.5 / CSCoreUtils.podspec.json
blob4e52d26450e110500eb0c872d77ab742838de2f1
2   "name": "CSCoreUtils",
3   "version": "0.1.5",
4   "summary": "A short description of CSCoreUtils.",
5   "description": "常用工具整合框架",
6   "homepage": "https://github.com/wleics/CSCoreUtils",
7   "license": "MIT",
8   "authors": {
9     "wleics": "wleics@163.com"
10   },
11   "source": {
12     "git": "https://github.com/wleics/CSCoreUtils.git",
13     "tag": "0.1.5"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "CSCoreUtils/Classes/**/*",
20   "resource_bundles": {
21     "CSCoreUtils": [
22       "CSCoreUtils/Assets/*"
23     ]
24   },
25   "public_header_files": "CSCoreUtils/Classes/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "SystemConfiguration",
29     "MobileCoreServices"
30   ],
31   "dependencies": {
32     "AFNetworking": [
33       "~> 3.1"
34     ],
35     "MJExtension": [
37     ],
38     "YYWebImage": [
40     ],
41     "pop": [
42       "~> 1.0"
43     ]
44   }