blob: dcb2f90bd8350903c3230fe3f26e6e086fddd827 [file] [log] [blame]
{
"name": "Easy",
"version": "0.4.0",
"summary": "develop Swift with Easy",
"description": "Reduce development time and increase development efficiency",
"homepage": "https://github.com/OctMon/Easy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"OctMon": "octmon@qq.com"
},
"source": {
"git": "https://github.com/OctMon/Easy.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"default_subspecs": [
"Core",
"Session"
],
"subspecs": [
{
"name": "Core",
"source_files": "Easy/Classes/Core/*",
"resources": [
"Easy/Resources/EasyCore.bundle"
],
"dependencies": {
"SnapKit": [
]
}
},
{
"name": "Common",
"dependencies": {
"MBProgressHUD": [
],
"MJRefresh": [
],
"RTRootNavigationController": [
],
"SDWebImage": [
]
}
},
{
"name": "Session",
"source_files": "Easy/Classes/Session/*",
"dependencies": {
"Easy/Core": [
],
"Alamofire": [
]
}
},
{
"name": "Social",
"source_files": "Easy/Classes/Social/*",
"resources": [
"Easy/Resources/EasySocial.bundle"
],
"dependencies": {
"Easy/Core": [
],
"MonkeyKing": [
]
}
},
{
"name": "Scan",
"source_files": "Easy/Classes/Scan/*",
"dependencies": {
"Easy/Core": [
]
}
},
{
"name": "Beta",
"source_files": "Easy/Classes/Beta/*",
"dependencies": {
"Easy/Core": [
],
"Easy/Session": [
],
"FLEX": [
],
"NotificationBannerSwift": [
]
},
"xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) BETA"
}
}
]
}