[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 1 / 8 / LYCore / 1.0.37 / LYCore.podspec.json
bloba3608a5f60859166276536a63c3041faa63de89e
2   "name": "LYCore",
3   "version": "1.0.37",
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.37"
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     "CoreLocation"
35   ],
36   "dependencies": {
37     "AFNetworking": [
38       "~> 3.2.1"
39     ],
40     "FCFileManager": [
41       "~> 1.0.20"
42     ],
43     "LYCategory": [
44       "~> 1.2.44"
45     ],
46     "Masonry": [
47       "~> 1.1.0"
48     ],
49     "WebViewJavascriptBridge": [
50       "~> 6.0.3"
51     ]
52   }