blob: e615ae6e775fc22c9a5672950e82a3c552494084 [file] [log] [blame]
{
"name": "PGFramework",
"version": "0.0.2",
"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.0.2"
},
"source_files": "PGFramework/classes/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"AlamofireImage": [
]
}
}