[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 1 / 8 / LYCore / 1.13.1 / LYCore.podspec.json
blobc61952a593407fec83d832ea4fb758a0326dfc81
2   "name": "LYCore",
3   "version": "1.13.1",
4   "summary": "Core libs for iOS app.",
5   "description": "Core library 4 iOS app.\nVersions: 1.0.38=>iOS8; 1.12.x=>Xcode12.iOS9\n1.13.0: min=iOS11",
6   "homepage": "https://github.com/blodely/LYCore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Luo Yu": "indie.luo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/blodely/LYCore.git",
16     "tag": "1.13.1"
17   },
18   "social_media_url": "https://weibo.com/blodely",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": [
23     "LYCore/Classes/network/*",
24     "LYCore/Classes/model/*",
25     "LYCore/Classes/base_view/*",
26     "LYCore/Classes/feature_view/*",
27     "LYCore/Classes/viewc/*",
28     "LYCore/Classes/category/*",
29     "LYCore/Classes/*"
30   ],
31   "resources": "LYCore/Configuration/*.plist",
32   "frameworks": [
33     "Foundation",
34     "UIKit",
35     "CoreLocation"
36   ],
37   "dependencies": {
38     "AFNetworking": [
39       "~> 4.0"
40     ],
41     "FCFileManager": [
42       "~> 1.0.20"
43     ],
44     "LYCategory": [
45       "~> 1.12"
46     ],
47     "Masonry": [
48       "~> 1.1.0"
49     ],
50     "JLRoutes": [
51       "~> 2.1"
52     ]
53   }