blob: c2f12dee93777682a4a906a7ef11f658d1cd7dbe [file] [log] [blame]
{
"name": "RCDExtensions",
"version": "0.0.2",
"summary": "RCDExtensions.",
"description": "Group of generic extensions",
"homepage": "https://github.com/robertodias180/RCDExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Roberto Dias",
"social_media_url": "http://twitter.com/robertodias180",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/robertodias180/RCDExtensions.git",
"tag": "0.0.2"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Generic",
"source_files": "Generic/*.swift"
},
{
"name": "Connection",
"source_files": "Connection/*.swift",
"dependencies": {
"Reachability": [
]
}
}
]
}