blob: c31638a79dbbc75f3f59d792e890a06fd64d6e03 [file] [log] [blame]
{
"name": "TestSwiftSDK",
"version": "1.0.1",
"summary": "A test application to demonstrate CocoaPods usage.",
"description": "This is a test application to get acquainted with creating, deploying and using of CocoaPods.",
"homepage": "https://github.com/vputrov/testswiftsdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor Putrov": "victor.putrov@aspose.com"
},
"source": {
"git": "https://github.com/vputrov/testswiftsdk.git",
"tag": "1.0.1"
},
"platforms": {
"osx": "10.12"
},
"swift_versions": "4.1",
"source_files": "TestSlidesSDK/**/*",
"dependencies": {
"Alamofire": [
"~> 4.5.1"
]
},
"swift_version": "4.1"
}