[Delete] FaceCoreBasicNightly 6.3.1040
[CocoaPods.git] / Specs / 6 / 7 / e / AnyFormatKit / 0.1.0 / AnyFormatKit.podspec.json
blob022db1f18422526ef274891d7ca7f25e9db9e3ca
2   "name": "AnyFormatKit",
3   "version": "0.1.0",
4   "summary": "Simple text formatting in Swift.",
5   "description": "This library provide to format text with format like \"## ##-###\", where # - replaceble symbol. Support format all string or character by character input.",
6   "homepage": "https://github.com/luximetr/AnyFormatKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "luximetr": "alexandr.orlov@brander.ua"
13   },
14   "source": {
15     "git": "https://github.com/luximetr/AnyFormatKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AnyFormatKit/Classes/**/*",
22   "pushed_with_swift_version": "4.0"