[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / d / c / SRKUtility / 5.1.11 / SRKUtility.podspec.json
blob1908482642bd027df6304c302545f1fe67614ff1
2   "name": "SRKUtility",
3   "version": "5.1.11",
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.1.11"
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     "MBProgressHUD": [
31     ],
32     "KSReachability": [
34     ],
35     "ADALiOS": [
36       "~> 1.2"
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "Camera",
42       "resources": "SRKUtility/Camera/SRKImages/*.png",
43       "source_files": [
44         "SRKUtility/Camera/SRKClasses/*.{h,m}",
45         "SRKUtility/Camera/SRKCamera.swift"
46       ]
47     },
48     {
49       "name": "Request",
50       "source_files": "SRKUtility/RequestManager/SRKRequestManager.swift"
51     },
52     {
53       "name": "DeviceType",
54       "source_files": "SRKUtility/Device/SRKDeviceType.swift"
55     },
56     {
57       "name": "Utilities",
58       "source_files": "SRKUtility/Utility/SRKUtility.swift"
59     },
60     {
61       "name": "Strings",
62       "source_files": "SRKUtility/Strings/StringHelper.swift"
63     },
64     {
65       "name": "ImageView",
66       "source_files": "SRKUtility/UIImageView/UIImageHelper.swift"
67     },
68     {
69       "name": "Controls",
70       "source_files": "SRKUtility/Controls/*.{swift}",
71       "resource_bundles": {
72         "Controls": [
73           "SRKUtility/Controls/*.{xib}"
74         ]
75       }
76     },
77     {
78       "name": "O365",
79       "source_files": [
80         "SRKUtility/O365/Helpers/*.{h,m}",
81         "SRKUtility/O365/Model/*.{h,m}"
82       ]
83     }
84   ]