blob: a7f1e01557bbbb5c0337792cf2ef54ae8b9b5e32 [file] [log] [blame]
{
"name": "iOS-CrackRock",
"version": "0.1.1",
"summary": "In-app purchase helper classes.",
"homepage": "http://brynbellomy.github.com/iOS-CrackRock",
"authors": {
"bryn austin bellomy": "bryn.bellomy@gmail.com"
},
"license": "WTFPL",
"source": {
"git": "https://github.com/brynbellomy/iOS-CrackRock.git",
"tag": "v0.1.1"
},
"source_files": "iOS-CrackRock/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"xcconfig": {
"PUBLIC_HEADERS_FOLDER_PATH": "include/$(TARGET_NAME)"
},
"frameworks": "StoreKit",
"dependencies": {
"BrynKit": [
">= 0.0.1"
],
"ObjC-StatelyNotificationRobot": [
">= 0.0.1"
],
"Underscore.m": [
">= 0.2.0"
]
}
}