[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / d / b / LTBaseFramework / 0.0.8 / LTBaseFramework.podspec.json
bloba554c18583daf3688bedcc715abadf0a15c76532
2   "name": "LTBaseFramework",
3   "version": "0.0.8",
4   "summary": "LNGTOP iOS framework.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://git.lngtop.com/RD-iOS/LTFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "luliming": "luliming@lngtop.com"
13   },
14   "source": {
15     "git": "http://git.lngtop.com/RD-iOS/LTFramework.git",
16     "tag": "0.0.8"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Photos",
24     "AVFoundation"
25   ],
26   "dependencies": {
27     "AFNetworking": [
28       "~> 3.0"
29     ],
30     "RMUniversalAlert": [
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Base",
37       "source_files": "LTFramework/Base/*"
38     },
39     {
40       "name": "Category",
41       "source_files": "LTFramework/Category/*"
42     },
43     {
44       "name": "Tools",
45       "source_files": "LTFramework/Tools/*"
46     }
47   ]