[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / e / a / iOS-CrackRock / 0.1.0 / iOS-CrackRock.podspec.json
blob7181e6552b29c4bfca0e1e34c94045d138ac1efb
2   "name": "iOS-CrackRock",
3   "version": "0.1.0",
4   "summary": "In-app purchase helper classes.",
5   "homepage": "http://brynbellomy.github.com/iOS-CrackRock",
6   "authors": {
7     "bryn austin bellomy": "bryn.bellomy@gmail.com"
8   },
9   "license": "WTFPL",
10   "source": {
11     "git": "https://github.com/brynbellomy/iOS-CrackRock.git",
12     "tag": "v0.1.0"
13   },
14   "source_files": "iOS-CrackRock/*.{h,m}",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "xcconfig": {
20     "PUBLIC_HEADERS_FOLDER_PATH": "include/$(TARGET_NAME)"
21   },
22   "frameworks": "StoreKit",
23   "dependencies": {
24     "BrynKit": [
25       ">= 0.0.1"
26     ],
27     "ObjC-StatelyNotificationRobot": [
28       ">= 0.0.1"
29     ],
30     "Underscore.m": [
32     ]
33   }