| { |
| "name": "CrossroadRegex", |
| "version": "0.4", |
| "license": { |
| "type": "Apache 2.0", |
| "file": "LICENSE" |
| }, |
| "summary": "Easy, portable and feature reach Regular Expressions for Swift", |
| "homepage": "https://github.com/crossroadlabs/Regex", |
| "social_media_url": "https://github.com/crossroadlabs/Regex", |
| "authors": { |
| "Daniel Leping": "daniel@crossroadlabs.xyz" |
| }, |
| "source": { |
| "git": "https://github.com/crossroadlabs/Regex.git", |
| "tag": "0.4" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "source_files": "Regex/*.swift", |
| "requires_arc": true |
| } |