[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 1 / 8 / LYCore / 1.0.33 / LYCore.podspec.json
blob02e3fa385eb1ab62ad6607687d361af57effb5d6
2   "name": "LYCore",
3   "version": "1.0.33",
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.33"
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   },
44   "ios": {
45     "dependencies": {
46       "LYCategory": [
48       ],
49       "Masonry": [
50         "~> 1.1.0"
51       ]
52     }
53   }