[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 0 / XDInternational / 0.1.0 / XDInternational.podspec.json
blobf5e782f59366833d534f692d4be6bf68a843941e
2   "name": "XDInternational",
3   "version": "0.1.0",
4   "summary": "一个用于ios国际化的库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/zhangxiandong/events",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "东哥": "1769693301@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/NewerABC/XDInternational.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "XDInternational/Classes/*.{h}",
23   "subspecs": [
24     {
25       "name": "Language",
26       "source_files": "XDInternational/Classes/Language/**/*",
27       "platforms": {
28         "ios": "8.0"
29       }
30     },
31     {
32       "name": "Path",
33       "source_files": "XDInternational/Classes/Path/**/*",
34       "platforms": {
35         "ios": "8.0"
36       }
37     },
38     {
39       "name": "Bundle",
40       "dependencies": {
41         "XDInternational/Path": [
43         ],
44         "XDInternational/Language": [
46         ]
47       },
48       "source_files": "XDInternational/Classes/Bundle/**/*",
49       "platforms": {
50         "ios": "8.0"
51       }
52     },
53     {
54       "name": "Manager",
55       "dependencies": {
56         "XDInternational/Path": [
58         ],
59         "XDInternational/Language": [
61         ],
62         "XDInternational/Bundle": [
64         ]
65       },
66       "source_files": "XDInternational/Classes/ChainCall/**/*",
67       "platforms": {
68         "ios": "8.0"
69       }
70     }
71   ]