[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 9 / 0 / d / LFTestPod / 0.0.1 / LFTestPod.podspec.json
blobad93781268b0b69f1408d5922511e7f485244bd2
2   "name": "LFTestPod",
3   "version": "0.0.1",
4   "summary": "学习建立自己的pod库",
5   "description": "学习建立自己的pod库,包括子模块",
6   "homepage": "https://github.com/liufeng0504/LFTestPod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liufeng0504": "1483682940@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/liufeng0504/LFTestPod.git",
16     "tag": "0.0.1",
17     "submodules": true
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "9.0"
22   },
23   "frameworks": "UIKit",
24   "source_files": "LFTestPod/Classes/**/*.{h,m}",
25   "exclude_files": "LFTestPod/Classes/LFModule.{h,m}",
26   "public_header_files": "LFTestPod/Classes/LFPublic.h",
27   "resource_bundles": {
28     "LFTestPod": [
29       "LFTestPod/Assets/*.bundle"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Module",
35       "source_files": "LFTestPod/Classes/LFModule.{h,m}"
36     }
37   ]