[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / c / e / a / iOS-CrackRock / 0.1.1 / iOS-CrackRock.podspec.json
bloba7f1e01557bbbb5c0337792cf2ef54ae8b9b5e32
2   "name": "iOS-CrackRock",
3   "version": "0.1.1",
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.1"
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": [
31       ">= 0.2.0"
32     ]
33   }