[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / c / 1 / 8 / LYCore / 1.0.30 / LYCore.podspec.json
blob08f4efe29a21e2ac8da16f7ea6fcfa44d5221887
2   "name": "LYCore",
3   "version": "1.0.30",
4   "summary": "Core libs for iOS app.",
5   "description": "Core library 4 iOS app.",
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.0.30"
17   },
18   "social_media_url": "https://weibo.com/blodely",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "LYCore/Classes/network/*",
24     "LYCore/Classes/model/*",
25     "LYCore/Classes/base_view/*",
26     "LYCore/Classes/viewc/*",
27     "LYCore/Classes/category/*",
28     "LYCore/Configuration/*.plist",
29     "LYCore/Classes/*"
30   ],
31   "frameworks": [
32     "Foundation",
33     "UIKit"
34   ],
35   "dependencies": {
36     "AFNetworking": [
37       "~> 3.2.1"
38     ],
39     "FCFileManager": [
40       "~> 1.0.20"
41     ]
42   },
43   "ios": {
44     "dependencies": {
45       "LYCategory": [
47       ],
48       "Masonry": [
49         "~> 1.1.0"
50       ]
51     }
52   }