[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 1 / 5 / SimpleRegexKitLite / 0.0.1 / SimpleRegexKitLite.podspec.json
blobc3bc7a8e533fd36d4abda1fbffa7305dcce8052a
2   "name": "SimpleRegexKitLite",
3   "version": "0.0.1",
4   "summary": "A short description of SimpleRegexKitLite.",
5   "description": "The simplied edition for RegexKitLite.",
6   "homepage": "https://github.com/Chasingdreamboy/SimpleRegexKitLite",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "EriceWang": "wangerdong@treefinance.com.cn"
13   },
14   "source": {
15     "git": "https://github.com/Chasingdreamboy/SimpleRegexKitLite.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "SimpleRegexKitLite/Classes/SimpleRegexKitLite.h",
22   "public_header_files": "SimpleRegexKitLite/Classes/SimpleRegexKitLite.h",
23   "subspecs": [
24     {
25       "name": "RegexKit",
26       "source_files": "SimpleRegexKitLite/Classes/RegexKitLite.{h,m}",
27       "frameworks": "CoreFoundation",
28       "requires_arc": false,
29       "libraries": "icucore"
30     }
31   ]