blob: 4b57a5ce410804d781b1d32f74686f6480a364ff [file] [log] [blame]
{
"name": "OfflineBar",
"version": "0.1.1",
"license": "MIT",
"summary": "OfflineBar is a custom view that looks like the bar you see when facebook or slack iOS app is offline.",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"homepage": "https://github.com/terutoyamasaki/OfflineBar",
"authors": {
"Teruto Yamasaki": "y.teruto@gmail.com"
},
"social_media_url": "https://twitter.com/snoozelag",
"source": {
"git": "https://github.com/terutoyamasaki/OfflineBar.git",
"tag": "v0.1.1"
},
"source_files": "OfflineBar/*.swift",
"resource_bundles": {
"OfflineBar": [
"OfflineBar/OfflineBar.xcassets"
]
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"Reachability": [
"~> 3.2"
]
},
"pushed_with_swift_version": "3.0"
}