blob: 63984707358fd4a11e2b2095d3c15106ee7734c9 [file] [log] [blame]
{
"name": "SRKUtility",
"version": "6.0.1",
"summary": "A pod which helps you to easily save values to NSUserDefaults, display progressHUD and check Network Reachability. base64 data conversion.",
"authors": {
"Sagar Kothari": "sag333ar@gmail.com"
},
"homepage": "http://sagarrkothari.com",
"license": {
"type": "MIT"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/sag333ar/SRKUtility.git",
"branch": "master",
"tag": "6.0.1"
},
"social_media_url": "https://twitter.com/sag333ar",
"documentation_url": "https://github.com/sag333ar/SRKUtility",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"MediaPlayer"
],
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
],
"KSReachability": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Utilities",
"source_files": "SRKUtility-Source/Utility/Utility.swift"
},
{
"name": "Strings",
"source_files": "SRKUtility-Source/Strings/StringHelper.swift"
},
{
"name": "ImageView",
"source_files": "SRKUtility-Source/UIImageView/UIImageHelper.swift"
}
]
}