[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 1 / 8 / LYCore / 1.0.26 / LYCore.podspec.json
blobe0cb9b631bed90b6bc8a09f573367a65c57a0684
2   "name": "LYCore",
3   "version": "1.0.26",
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.26"
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/viewc/*",
26     "LYCore/Classes/category/*",
27     "LYCore/Configuration/*.plist",
28     "LYCore/Classes/*"
29   ],
30   "frameworks": [
31     "Foundation",
32     "UIKit"
33   ],
34   "dependencies": {
35     "AFNetworking": [
36       "~> 3.2.1"
37     ],
38     "FCFileManager": [
39       "~> 1.0.20"
40     ]
41   },
42   "ios": {
43     "dependencies": {
44       "LYCategory": [
46       ],
47       "Masonry": [
48         "~> 1.1.0"
49       ]
50     }
51   }