blob: 98f2f25173c320605d5b4af9afa3982ed428c2c6 [file] [log] [blame]
{
"name": "simple-pod-framework",
"version": "0.0.2",
"summary": "simple-pod-framework is used for testing how to deploy a framework",
"description": "simple-pod-framework is used for testing how to deploy a framework into CocoaPods and test how to install with Podfile",
"homepage": "https://github.com/quocphien90/SimplePodFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "kintone Corp",
"platforms": {
"ios": "11.4"
},
"source": {
"git": "https://github.com/quocphien90/SimplePodFramework.git",
"tag": "0.0.2"
},
"source_files": "SimplePodFramework/Classes/*.swift",
"swift_version": "4.2",
"ios": {
"dependencies": {
"PromisesSwift": [
"~> 1.2.4"
]
}
}
}