blob: b86def6f382c85a8f0a2b955bf4bbdf74137aa97 [file] [log] [blame]
{
"name": "DHAppleReceiptParser",
"version": "1.0.1",
"summary": "Parser for the receipt file available in iOS 7.",
"description": " A library to parse the apple receipt file in iOS 7 as defined here:\nhttps://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateLocally.html#//apple_ref/doc/uid/TP40010573-CH1-SW3\n This library does *not* handle validation -- by Apple's design, it\n is necessary to provide your own validation code for security reasons.\n\n This library *does* make it easier to fetch in-app purchase data stored\n on the device, which could be used for server side receipt validation.\n",
"homepage": "https://github.com/DarkHorseComics/DHAppleReceiptParser",
"license": "MIT",
"authors": {
"Chase Caster": "chasec@darkhorse.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/DarkHorseComics/DHAppleReceiptParser.git",
"tag": "1.0.1"
},
"source_files": [
"*.{h,m}",
"asn1_parser/*.{h,c}",
"include/openssl/*.h"
],
"public_header_files": "DHAppStoreReceipt.h",
"preserve_paths": "lib/libcrypto.a",
"libraries": "crypto",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/DHAppleReceiptParser/lib/\"",
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/DHAppleReceiptParser/include/\""
}
}