blob: acf107c4c6bba92f52a185eb3285f1eb6cdcc14a [file] [log] [blame]
{
"name": "PGFramework",
"version": "0.1.9",
"summary": "This OSS is develop tool for Playground, Inc.",
"description": "- Create view and controller\n- Connection functions\n - Common functions",
"swift_versions": "4.0",
"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.9"
},
"source_files": "PGFramework/classes/{Controller,Model,View,Common}/**/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"AlamofireImage": [
]
}
}