blob: 4fd97ebcf8d4d8462f55ab5c14685a783e9e22c3 [file] [log] [blame]
{
"name": "RCDExtensions",
"version": "0.0.3.1",
"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.3.1"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Generic",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "Generic/*.swift"
},
{
"name": "Connection",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "Connection/*.swift",
"dependencies": {
"Reachability": [
]
}
},
{
"name": "Extensions",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "Extensions/*.swift"
}
]
}