blob: ac5dc5b8bc95a7748bfeb09689ab77cd9de46458 [file] [log] [blame]
{
"name": "Easy",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": "Easy/Classes/Core/*",
"dependencies": {
"SnapKit": [
]
}
},
{
"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": [
]
}
}
]
}