[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / c / 4 / SNPUtilities / 1.1.0 / SNPUtilities.podspec.json
bloba523a756c8c04a95af5f6bf100bd5b392492dd5a
2   "name": "SNPUtilities",
3   "version": "1.1.0",
4   "summary": "SNPUtilities is a Swift-based helper library for iOS.",
5   "description": "SNPUtilities is a Swift-based helper library for iOS. It contains for example fileManager related tasks such as clear temp files. It also contains SNPError, a custom error maker which adopts to swift Error class. This SNPError is used in APICalls or as input parameter type.",
6   "homepage": "https://github.com/snapp-cab/SNPUtilities",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Arash Z. Jahangiri": "arashzjahangiri@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/snapp-cab/SNPUtilities.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "SNPUtilities/Classes/**/*.{swift}",
23     "SNPUtilities/Classes/**/*.{m}",
24     "SNPUtilities/Classes/**/*.{h}"
25   ]