blob: bc6ac7448f75a2ba0b9291d04a65f11c2075f57f [file] [log] [blame]
{
"name": "HiliteCore",
"version": "0.1.5-alpha",
"summary": "HiliteSDK Core module",
"description": "HiliteSDK Core module providing core functionality and data structures",
"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/HiliteCore.git",
"tag": "0.1.5-alpha"
},
"source_files": [
"Classes",
"HiliteCore/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"SwiftyJSON": [
]
}
}