[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / d / c / SRKUtility / 5.2.2 / SRKUtility.podspec.json
blobd3f7500027393d8875c8c923c1db138718754801
2   "name": "SRKUtility",
3   "version": "5.2.2",
4   "summary": "A pod which helps you to easily save values to NSUserDefaults, display progressHUD and check Network Reachability. base64 data conversion.",
5   "authors": {
6     "Sagar Kothari": "sag333ar@gmail.com"
7   },
8   "homepage": "http://sagarrkothari.com",
9   "license": {
10     "type": "MIT"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/sag333ar/SRKUtility.git",
17     "branch": "master",
18     "tag": "5.2.2"
19   },
20   "social_media_url": "https://twitter.com/sag333ar",
21   "documentation_url": "https://github.com/sag333ar/SRKUtility/wiki",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "AVFoundation"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "MSGraphSDK": [
31     ],
32     "MSGraphSDK-NXOAuth2Adapter": [
34     ],
35     "MBProgressHUD": [
37     ],
38     "KSReachability": [
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "Camera",
45       "resources": "SRKUtility-Source/Camera/SRKImages/*.png",
46       "source_files": [
47         "SRKUtility-Source/Camera/SRKClasses/*.{h,m}",
48         "SRKUtility-Source/Camera/SRKCamera.swift"
49       ]
50     },
51     {
52       "name": "Request",
53       "source_files": "SRKUtility-Source/RequestManager/RequestManager.swift"
54     },
55     {
56       "name": "DeviceType",
57       "source_files": "SRKUtility-Source/Device/DeviceType.swift"
58     },
59     {
60       "name": "Utilities",
61       "source_files": "SRKUtility-Source/Utility/Utility.swift"
62     },
63     {
64       "name": "Strings",
65       "source_files": "SRKUtility-Source/Strings/StringHelper.swift"
66     },
67     {
68       "name": "ImageView",
69       "source_files": "SRKUtility-Source/UIImageView/UIImageHelper.swift"
70     },
71     {
72       "name": "Controls",
73       "source_files": "SRKUtility-Source/Controls/*.{swift}",
74       "resource_bundles": {
75         "Controls": [
76           "SRKUtility-Source/Controls/*.{xib}"
77         ]
78       }
79     },
80     {
81       "name": "O365",
82       "source_files": "SRKUtility-Source/O365/*.{h,m}"
83     }
84   ]