[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 2 / 6 / Nifty / 0.1.0 / Nifty.podspec.json
bloba98d4311fc875bdc007718cff2d49ec35bc88bc2
2   "name": "Nifty",
3   "version": "0.1.0",
4   "summary": "Nifty is a Swift library that provides basic handy functions",
5   "description": "This is the my first cocoapod. So far the cocoa pod contains a String.substring function to make it easier using it without all the indexes. Simply use with: start..<end as a property. createDefaultAlert returns an alert. The alert should be assigned to a variable, therefore it can be invoked multiple times.",
6   "homepage": "https://github.com/simonmartinnielsen/Nifty",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "simonmartinnielsen": "post.smn@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/simonmartinnielsen/Nifty.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Nifty/Classes/**/*",
22   "pushed_with_swift_version": "3.0"