blob: bd7c57f793674c3d921fc636468e92000da8bbe9 [file] [log] [blame]
{
"name": "HMEventSourceManager",
"platforms": {
"ios": "9.0"
},
"summary": "Rx-enabled event source manager for iOS clients.",
"requires_arc": true,
"version": "1.0.0",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Holmusk": "viethai.pham@holmusk.com"
},
"homepage": "https://github.com/Holmusk/HMEventSourceManager-iOS.git",
"source": {
"git": "https://github.com/Holmusk/HMEventSourceManager-iOS.git",
"tag": "1.0.0"
},
"dependencies": {
"SwiftUtilities/Main": [
],
"ReachabilitySwift": [
],
"RxReachability": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Main",
"source_files": "HMEventSourceManager/**/*.{swift}"
}
]
}