blob: 02e3fa385eb1ab62ad6607687d361af57effb5d6 [file] [log] [blame]
{
"name": "LYCore",
"version": "1.0.33",
"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.33"
},
"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"
]
},
"ios": {
"dependencies": {
"LYCategory": [
],
"Masonry": [
"~> 1.1.0"
]
}
}
}