[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 1 / 8 / LYCore / 1.0.38 / LYCore.podspec.json
blob096b8ac3aadbd8e15e0081a708b3cbe45e82a813
2   "name": "LYCore",
3   "version": "1.0.38",
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.38"
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/Classes/*"
29   ],
30   "frameworks": [
31     "Foundation",
32     "UIKit",
33     "CoreLocation"
34   ],
35   "dependencies": {
36     "AFNetworking": [
37       "~> 3.2.1"
38     ],
39     "FCFileManager": [
40       "~> 1.0.20"
41     ],
42     "LYCategory": [
43       "~> 1.2.44"
44     ],
45     "Masonry": [
46       "~> 1.1.0"
47     ]
48   }