[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 6 / 9 / XLAccountManager / 0.7.0 / XLAccountManager.podspec.json
blobb58d39259e1325da4a848b06ede3255ab1f9491e
2   "name": "XLAccountManager",
3   "version": "0.7.0",
4   "summary": "用于测试app时的账号管理.",
5   "description": "用于测试app时的账号管理,主要是方便切换测试账号",
6   "homepage": "https://github.com/mgfjx/XLAccountManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mgfjx": "xiexiaolong.xxl@alibaba-inc.com"
13   },
14   "source": {
15     "git": "https://github.com/mgfjx/XLAccountManager.git",
16     "tag": "0.7.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "XLAccountManager/Classes/**/*",
22   "public_header_files": "XLAccountManager/Classes/**/*.h",
23   "subspecs": [
24     {
25       "name": "Assets",
26       "resource_bundles": {
27         "XLAccountManager": [
28           "XLAccountManager/Assets/*.png"
29         ]
30       }
31     }
32   ]