[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 4 / 3 / Regexer / 1.3.2 / Regexer.podspec.json
blob86a460d76f556b172ca19ce6fb4fe275e4c7cc8a
2   "name": "Regexer",
3   "version": "1.3.2",
4   "summary": "Your regex helper. Makes working with regular expressions in Objective-C short, sweet and performant.",
5   "homepage": "http://github.com/fortinmike/Regexer",
6   "license": "MIT",
7   "authors": {
8     "MichaeĢˆl Fortin": "fortinmike@irradiated.net"
9   },
10   "source": {
11     "git": "https://github.com/fortinmike/Regexer.git",
12     "tag": "1.3.2"
13   },
14   "social_media_url": "https://twitter.com/IrradiatedApps",
15   "platforms": {
16     "ios": "6.1",
17     "osx": "10.7"
18   },
19   "requires_arc": true,
20   "source_files": "Regexer/Source",
21   "prefix_header_file": "Regexer/Source/Regexer-Prefix.pch",
22   "public_header_files": "Regexer/Source/**/*.h"