blob: dd205b12dd16138f0808ef21882bf074a92ae252 [file] [log] [blame]
{
"name": "Nexum",
"version": "1.0",
"summary": "Modern, Lightweight Reachability for iOS Apps in Objective-C",
"description": "Updated Reachability for iOS Apps in Objective-C, based on Apple's Reachability, along with some other network utilities",
"homepage": "https://github.com/vsanthanam/Nexum",
"license": {
"type": "Copyright",
"text": "MIT"
},
"authors": {
"Varun Santhanam": "talkto@vsanthanam.com"
},
"source": {
"git": "https://github.com/vsanthanam/Nexum.git",
"tag": "1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Nexum/*.{h,m}",
"public_header_files": "Nexum/*.h",
"module_map": "Nexum/Supporting/module.modulemap",
"documentation_url": "https://code.vsanthanam.com/Nexum/Documentation/index.html",
"static_framework": true
}