[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / 7 / d / LMTestPodSDK / 0.0.5 / LMTestPodSDK.podspec.json
blob243ebc64b01aea21a4ae1747bba39117b2689f1e
2   "name": "LMTestPodSDK",
3   "version": "0.0.5",
4   "summary": "A short description of LMTestPod.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/liuming_0109/LMTestPodSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiaoMing0109": "liuming_0109@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/liuming_0109/LMTestPodSDK.git",
16     "tag": "0.0.5"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "AVFoundation",
26     "SystemConfiguration",
27     "CoreTelephony",
28     "AudioToolbox",
29     "CoreLocation",
30     "CoreGraphics",
31     "QuartzCore",
32     "Contacts",
33     "AddressBook"
34   ],
35   "libraries": [
36     "z",
37     "c++"
38   ],
39   "dependencies": {
40     "Masonry": [
42     ],
43     "AFNetworking": [
45     ],
46     "YYKit": [
48     ],
49     "MBProgressHUD": [
51     ],
52     "MJExtension": [
54     ],
55     "SnapKit": [
57     ]
58   },
59   "vendored_frameworks": "LMTestPodSDK/Framework/*.framework",
60   "source_files": "LMTestPodSDK/Classes/**/*",
61   "resource_bundles": {
62     "LMTestPodSDK": [
63       "LMTestPodSDK/Assets/*"
64     ]
65   }