blob: a98d4311fc875bdc007718cff2d49ec35bc88bc2 [file] [log] [blame]
{
"name": "Nifty",
"version": "0.1.0",
"summary": "Nifty is a Swift library that provides basic handy functions",
"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.",
"homepage": "https://github.com/simonmartinnielsen/Nifty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"simonmartinnielsen": "post.smn@gmail.com"
},
"source": {
"git": "https://github.com/simonmartinnielsen/Nifty.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Nifty/Classes/**/*",
"pushed_with_swift_version": "3.0"
}