[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / 8 / LTxFile / 0.0.1 / LTxFile.podspec.json
blob48b7b1c2ffea31f5b53105e7187accfb8b200673
2   "name": "LTxFile",
3   "version": "0.0.1",
4   "summary": "文件操作.",
5   "license": "MIT",
6   "authors": {
7     "liangtong": "liangtongdev@163.com"
8   },
9   "homepage": "https://github.com/liangtongdev/LTxFile",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/liangtongdev/LTxFile.git",
15     "tag": "0.0.1",
16     "submodules": true
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Utils",
26       "source_files": "LTxFile/Utils/*.{h,m}",
27       "public_header_files": "LTxFile/Utils/*.h"
28     },
29     {
30       "name": "Preview",
31       "source_files": "LTxFile/Preview/*.{h,m}",
32       "public_header_files": "LTxFile/Preview/*.h",
33       "dependencies": {
34         "LTxFile/Utils": [
36         ]
37       }
38     },
39     {
40       "name": "Core",
41       "public_header_files": "LTxFile/LTxFile.h",
42       "source_files": "LTxFile/LTxFile.h",
43       "dependencies": {
44         "LTxFile/Preview": [
46         ]
47       }
48     }
49   ]