blob: 250f338596cf4cbf33d4c8b2ddd384876e743c3f [file] [log] [blame]
{
"name": "LYCore",
"version": "1.0.27",
"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.27"
},
"social_media_url": "https://weibo.com/blodely",
"platforms": {
"ios": "8.0"
},
"source_files": [
"LYCore/Classes/network/*",
"LYCore/Classes/model/*",
"LYCore/Classes/viewc/*",
"LYCore/Classes/category/*",
"LYCore/Configuration/*.plist",
"LYCore/Classes/*"
],
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"FCFileManager": [
"~> 1.0.20"
]
},
"ios": {
"dependencies": {
"LYCategory": [
],
"Masonry": [
"~> 1.1.0"
]
}
}
}