blob: 6d40e504f91207e3645646aafb32fde0d67fe2c5 [file] [log] [blame]
{
"name": "SRKUtility",
"version": "2.0.10",
"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.10"
},
"dependencies": {
"KSReachability": [
],
"MBProgressHUD": [
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "SRKUtility",
"source_files": "SRKUtility/*.{swift}"
}
]
}