blob: 8e4499124db153f336cd62a0906eb9b7576f210c [file] [log] [blame]
{
"name": "Easy",
"version": "0.6.1",
"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.6.1"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"default_subspecs": [
"Core",
"Device",
"Session"
],
"subspecs": [
{
"name": "Core",
"source_files": "Easy/Classes/Core/*",
"resources": [
"Easy/Resources/EasyCore.bundle"
],
"dependencies": {
"SnapKit": [
]
}
},
{
"name": "Device",
"source_files": "Easy/Classes/Device/*",
"dependencies": {
"Easy/Core": [
]
}
},
{
"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": [
],
"Easy/Device": [
],
"MonkeyKing": [
]
}
},
{
"name": "Scan",
"source_files": "Easy/Classes/Scan/*",
"dependencies": {
"Easy/Core": [
]
}
},
{
"name": "Page",
"source_files": "Easy/Classes/Page/*",
"dependencies": {
"Easy/Core": [
],
"WMPageController": [
]
}
},
{
"name": "Beta",
"source_files": "Easy/Classes/Beta/*",
"dependencies": {
"Easy/Core": [
],
"Easy/Session": [
],
"FLEX": [
],
"NotificationBannerSwift": [
]
},
"xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) BETA"
}
}
]
}