[Add] CZarSDK 1.1.12
[CocoaPods.git] / Specs / c / 4 / a / Wildcard / 1.0.6 / Wildcard.podspec.json
blob6920df6c0f1044b644dd18a82ef68ad2e31efe09
2   "name": "Wildcard",
3   "version": "1.0.6",
4   "summary": "A RegEx framework for Swift",
5   "description": "        Wildcard is a Swift RegEx(Regular Expressions) framework. It includes common utility methods for parsing and manipulating strings based on Ruby, Perl, and PHP's core string libraries as well as a Perl-style matching operator `string =~ pattern`.\n\n        Currently, advanced text-attribution methods for parsing/styling HTML and custom mark-up languages are in the works and can be used at your own caution.\n",
6   "homepage": "https://github.com/kellanburket/Wildcard",
7   "license": "MIT",
8   "authors": {
9     "Kellan Cummings": "kellan.burket@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kellanburket/Wildcard.git",
13     "tag": "1.0.6"
14   },
15   "platforms": {
16     "ios": "8.3"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Wildcard": [
22       "Pod/Assets/*.png"
23     ]
24   }