blob: d12dbfbb00182044e3ed313cd37ca610ffde8ca0 [file] [log] [blame]
{
"name": "simple-pod-framework",
"version": "0.0.4",
"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": "MIT",
"authors": "kintone Corp",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/quocphien90/SimplePodFramework.git",
"tag": "0.0.4"
},
"source_files": "SimplePodFramework/Classes/*.swift",
"swift_version": "4.2",
"requires_arc": true,
"ios": {
"dependencies": {
"PromisesSwift": [
"~> 1.2.4"
]
}
}
}