[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / 4 / a / Wildcard / 1.0.4 / Wildcard.podspec.json
blob55ba80f56ccb13a480fbef8bd958072a421fe93c
2   "name": "Wildcard",
3   "version": "1.0.4",
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.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Wildcard": [
22       "Pod/Assets/*.png"
23     ]
24   }