blob: c7281cd8dea19797a1c0393ea9ee6bf20363b2a3 [file] [log] [blame]
{
"name": "RTNetworkNotification",
"version": "1.0.0",
"summary": "Universal showing of notification when network is unreachable.",
"description": "A library that shows a notification when network is unreachable.",
"homepage": "https://bitbucket.org/rentateam/rtnetworknotification",
"license": "MIT",
"authors": {
"a-25": "a-25@rentateam.ru"
},
"source": {
"git": "https://bitbucket.org/rentateam/rtnetworknotification",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "RTNetworkNotification/Pod/Classes/**/*",
"resource_bundles": {
"RTNetworkNotification": [
"RTNetworkNotification/Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
]
}
}