blob: a3608a5f60859166276536a63c3041faa63de89e [file] [log] [blame]
{
"name": "LYCore",
"version": "1.0.37",
"summary": "Core libs for iOS app.",
"description": "Core library 4 iOS app.",
"homepage": "https://github.com/blodely/LYCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luo Yu": "indie.luo@gmail.com"
},
"source": {
"git": "https://github.com/blodely/LYCore.git",
"tag": "1.0.37"
},
"social_media_url": "https://weibo.com/blodely",
"platforms": {
"ios": "8.0"
},
"source_files": [
"LYCore/Classes/network/*",
"LYCore/Classes/model/*",
"LYCore/Classes/base_view/*",
"LYCore/Classes/viewc/*",
"LYCore/Classes/category/*",
"LYCore/Configuration/*.plist",
"LYCore/Classes/*"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"FCFileManager": [
"~> 1.0.20"
],
"LYCategory": [
"~> 1.2.44"
],
"Masonry": [
"~> 1.1.0"
],
"WebViewJavascriptBridge": [
"~> 6.0.3"
]
}
}