[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 8 / FMStringAdditions / 0.1.1 / FMStringAdditions.podspec.json
blobdc889432500bb3fd812b3620b5e4e4af3a51e37d
2   "name": "FMStringAdditions",
3   "version": "0.1.1",
4   "summary": "Simple library for NSString manipulation",
5   "description": "                       Allows for [string contains:anotherString] and [string trimTrailingSpaces]\n                       \n                       \n                       \n                       \n",
6   "homepage": "https://github.com/fitmob/FMStringAdditions",
7   "license": "MIT",
8   "authors": {
9     "Felipe Baytelman": "felipe.baytelman@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/fitmob/FMStringAdditions.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/baytelman",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "FMStringAdditions",
22     "Classes"
23   ],
24   "frameworks": "Foundation"