[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / c / d / NYSOBaseLib / 0.0.2 / NYSOBaseLib.podspec.json
blobe191fe889f4619d7cba34e98e448376febc85463
2   "name": "NYSOBaseLib",
3   "version": "0.0.2",
4   "summary": "基础架构库",
5   "description": "包含了基本的MVP架构和其他基本的常用功能模块",
6   "homepage": "http://192.168.11.244:10080/langlinseng/iOSNyso",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "18610011562@163.com": "LeoFavor"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "http://192.168.11.244:10080/langlinseng/iOSNyso.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "BaseStructure/*.{h,m}",
22   "requires_arc": true,
23   "xcconfig": {
24     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
25     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
26   },
27   "subspecs": [
28     {
29       "name": "BaseAttachment",
30       "source_files": [
31         "BaseAttachment/BaseCompnent/*.{h,m}",
32         "BaseAttachment/BaseCompnent/*.{h,m}",
33         "BaseAttachment/BaseNetwork/*.{h,m}",
34         "BaseAttachment/*.{h,m}",
35         "BaseAttachment/DebugManager/*.{h,m}",
36         "BaseAttachment/CrashManager/*.{h,m}",
37         "BaseAttachment/StatisticalManager/*.{h,m}"
38       ],
39       "dependencies": {
40         "AFNetworking": [
41           "~> 3.0"
42         ],
43         "MJExtension": [
44           "~> 3.0.15.1"
45         ],
46         "YYCache": [
47           "~> 1.0.4"
48         ],
49         "Bugly": [
50           "~> 2.5.0"
51         ],
52         "AvoidCrash": [
53           "~> 2.5.2"
54         ]
55       }
56     }
57   ]