[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 2 / c / 4 / SNPUtilities / 1.1.7 / SNPUtilities.podspec.json
blob0e4abec2272f8bba7f75427d8e9e90861b68bb3f
2   "name": "SNPUtilities",
3   "version": "1.1.7",
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.7"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "SNPUtilities/Classes/**/*.{swift}",
23     "SNPUtilities/Classes/**/*.{m}",
24     "SNPUtilities/Classes/**/*.{h}"
25   ]