[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / e / c / SwiftMoji / 0.3.0 / SwiftMoji.podspec.json
blobecad1d23212f0bc65abc258d9da25de7ccba6dc8
2   "name": "SwiftMoji",
3   "version": "0.3.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.3.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   },
23   "pushed_with_swift_version": "3.0"