blob: 4cde80ebe49e8eea5ddd74b04325a8f955c9dfdf [file] [log] [blame]
{
"name": "AwesomeSwiftSocks",
"platforms": {
"ios": "8.0"
},
"summary": "A simple framework for handling sockets in Swift",
"requires_arc": true,
"version": "0.0.1",
"license": {
"type": "MIT"
},
"authors": {
"Moray Baruh": "contact@moraybaruh.com"
},
"homepage": "https://github.com/moray95/AwesomeSwiftSocks",
"source": {
"git": "https://github.com/moray95/AwesomeSwiftSocks.git",
"tag": "0.0.1"
},
"frameworks": "UIKit",
"source_files": "AwesomeSwiftSocks/**/*.{swift,h,c}",
"dependencies": {
"AwesomeSwiftSocksCore": [
"~> 0.1"
]
}
}