blob: 5e31f97e1e14ebde9adcf064e6eb2a743948e8b4 [file] [log] [blame]
{
"name": "SRKUtility",
"version": "1.0.1",
"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": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/sag333ar/SRKUtility.git",
"branch": "master",
"tag": "1.0.1"
},
"dependencies": {
"KSReachability": [
],
"MBProgressHUD": [
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "SRKUtility",
"source_files": "SRKUtility/*.{h,m}"
}
]
}