blob: 8f5210ba3071ac6b0b66d902c979f6db0bfd6436 [file] [log] [blame]
{
"name": "SRKUtility",
"version": "2.0.4",
"summary": "A pod which helps you to easily save values to NSUserDefaults, display MBProgressHUD and check Network Reachability.",
"authors": {
"Sagar Kothari": "sag333ar@gmail.com"
},
"homepage": "http://sagarrkothari.com",
"license": {
"type": "BSD"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/sag333ar/SRKUtility.git",
"branch": "master",
"tag": "2.0.4"
},
"dependencies": {
"KSReachability": [
],
"MBProgressHUD": [
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "SRKUtility",
"source_files": "SRKUtility/*.{swift}"
}
]
}