blob: fbcf536885f0a9ec4b455d7ca0afd47ed60ea2f0 [file] [log] [blame]
{
"name": "HiliteHttp",
"version": "0.1.8-alpha",
"summary": "HiliteSDK Http library",
"description": "HiliteHttp module of the Hilite iOS SDK for all things Http",
"homepage": "http://developers.hilite.media/",
"license": "Apache License, Version 2.0",
"authors": {
"Preston Pope": "preston@prestonpope.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/betacamp/HiliteHttp.git",
"tag": "0.1.8-alpha"
},
"source_files": [
"Classes",
"HiliteHttp/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"SwiftyJSON": [
],
"HiliteCore": [
"~> 0.1.10-alpha"
],
"AWSS3": [
"~> 2.1.0"
],
"AWSCognito": [
"~> 2.1.0"
]
}
}