blob: bc3a4484564af1c9f2d65d9b10d4bc5226101ee9 [file] [log] [blame]
{
"name": "RCDExtensions",
"version": "0.0.3.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.3.2"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.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"
}
]
}