blob: dc889432500bb3fd812b3620b5e4e4af3a51e37d [file] [log] [blame]
{
"name": "FMStringAdditions",
"version": "0.1.1",
"summary": "Simple library for NSString manipulation",
"description": " Allows for [string contains:anotherString] and [string trimTrailingSpaces]\n \n \n \n \n",
"homepage": "https://github.com/fitmob/FMStringAdditions",
"license": "MIT",
"authors": {
"Felipe Baytelman": "felipe.baytelman@gmail.com"
},
"source": {
"git": "https://github.com/fitmob/FMStringAdditions.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/baytelman",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"FMStringAdditions",
"Classes"
],
"frameworks": "Foundation"
}