[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / e / c / SwiftMoji / 0.2.0 / SwiftMoji.podspec.json
blob93ac47cc4fde68c1acdae841e534e1c0f7f44818
2   "name": "SwiftMoji",
3   "version": "0.2.0",
4   "summary": "A Simple Swift String Extension",
5   "description": "Simple Swift String Extension\nIt provides method like.. 'camelized', 'snakecased' and so on...",
6   "homepage": "https://github.com/tikidunpon/SwiftMoji",
7   "license": "MIT",
8   "authors": {
9     "koichi": "tanakakoichi256@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/tikidunpon/SwiftMoji.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "xcconfig": {
21     "SWIFT_VERSION": "3"
22   }