[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 9 / 7 / f / SwiftString / 0.1 / SwiftString.podspec.json
blob010b0dc043f54860c4c30fc588f1259f2bba2f2e
2   "name": "SwiftString",
3   "version": "0.1",
4   "summary": "A lightweight string extension for Swift",
5   "description": "Common methods and String operations for Swift",
6   "homepage": "https://github.com/amayne/SwiftString",
7   "license": "MIT",
8   "authors": {
9     "Andrew Mayne": "andrew@redbricklab.com"
10   },
11   "source": {
12     "git": "https://github.com/amayne/SwiftString.git",
13     "tag": "0.1"
14   },
15   "social_media_url": "https://twitter.com/amayne",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SwiftString": [
23       "Pod/Assets/*.png"
24     ]
25   }