[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / 6 / 5 / Stryng / 0.2 / Stryng.podspec.json
blobe38840865ffa9467c7116781a5198fa601bdd932
2   "name": "Stryng",
3   "version": "0.2",
4   "summary": "Stop crying when accessing Swift Strings.",
5   "description": "Stryng is designed to make it easier to work with strings by using the common and easy to remember subscript syntax and accessing characters and ranges with Int indices.",
6   "homepage": "https://github.com/BalestraPatrick/Stryng",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Patrick Balestra": "me@patrickbalestra.com"
13   },
14   "social_media_url": "",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/BalestraPatrick/Stryng.git",
23     "tag": "0.2"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "4.0"