blob: 8fbb5e1c638ca44dcd3b96cc5aa83f965bd0d64b [file] [log] [blame]
{
"name": "Wildlink",
"version": "1.0.3",
"summary": "You can use this CocoaPod to interact with the Wildlink API",
"homepage": "https://wildlink.me",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wildfire Systems": "support@wildlink.me"
},
"source": {
"git": "https://github.com/wildlink/wildlink-api-ios.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"source_files": "Wildlink/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.8.2"
]
},
"swift_version": "5.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Wildlink/Tests/*.swift"
}
]
}