blob: 777096a2a0c1fef17d604b83e2a7bcfbef6351c3 [file] [log] [blame]
{
"name": "SRKUtility",
"version": "5.2.14",
"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": "5.2.14"
},
"social_media_url": "https://twitter.com/sag333ar",
"documentation_url": "https://github.com/sag333ar/SRKUtility/wiki",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"MediaPlayer"
],
"requires_arc": true,
"dependencies": {
"MSGraphSDK": [
],
"MSGraphSDK-NXOAuth2Adapter": [
],
"MBProgressHUD": [
],
"KSReachability": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Camera",
"resources": "SRKUtility-Source/Camera/SRKImages/*.png",
"source_files": [
"SRKUtility-Source/Camera/SRKClasses/*.{h,m}",
"SRKUtility-Source/Camera/SRKCamera.swift"
]
},
{
"name": "Request",
"source_files": "SRKUtility-Source/RequestManager/RequestManager.swift"
},
{
"name": "DeviceType",
"source_files": "SRKUtility-Source/Device/DeviceType.swift"
},
{
"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"
},
{
"name": "Controls",
"source_files": "SRKUtility-Source/Controls/*.{swift}",
"resource_bundles": {
"Controls": [
"SRKUtility-Source/Controls/*.{xib}"
]
}
},
{
"name": "O365",
"source_files": "SRKUtility-Source/O365/*.{h,m}"
},
{
"name": "AudioManager",
"source_files": "SRKUtility-Source/AudioManager/*.{swift}"
}
]
}