[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / f / c / d / NYSOBaseLib / 0.0.1 / NYSOBaseLib.podspec.json
blob8dd7168ac3d7dc9ab8081923566719136887386e
2   "name": "NYSOBaseLib",
3   "version": "0.0.1",
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.1"
20   },
21   "source_files": "BaseStructure/*.{h,m}",
22   "requires_arc": true,
23   "xcconfig": {
24     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
25   },
26   "subspecs": [
27     {
28       "name": "BaseAttachment",
29       "source_files": [
30         "BaseAttachment/BaseCompnent/*.{h,m}",
31         "BaseAttachment/BaseCompnent/*.{h,m}",
32         "BaseAttachment/BaseNetwork/*.{h,m}",
33         "BaseAttachment/*.{h,m}"
34       ],
35       "dependencies": {
36         "AFNetworking": [
37           "~> 3.0"
38         ],
39         "MJExtension": [
40           "~> 3.0.15.1"
41         ],
42         "YYCache": [
43           "~> 1.0.4"
44         ]
45       }
46     }
47   ]