blob: ef93d4b4dc732c9f52ad9f844cafe8d3cd95b8ff [file] [log] [blame]
{
"name": "PGFramework",
"version": "0.1.3",
"summary": "This is Framework of MVC.",
"description": "- View\n- Model\n - Controller\n - Common",
"homepage": "https://github.com/Playground-Corp/PGFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Playground, Inc.": "develop@playground.style"
},
"social_media_url": "https://www.facebook.com/PlaygroundCo2019/",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Playground-Corp/PGFramework.git",
"tag": "0.1.3"
},
"source_files": "PGFramework/classes/{Controller,Model,Common}/**/*.swift",
"resources": "PGFramework/classes/View/**/*.xib",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"AlamofireImage": [
]
}
}