blob: cc2fe8ef5602e1a13e8133087af34ba830fa7769 [file] [log] [blame]
{
"name": "scriber",
"version": "1.0.3",
"license": {
"type": "Commercial",
"text": "See http://www.scriber.io/terms-of-use/"
},
"summary": "Metrics for subscription and IAP apps.",
"homepage": "http://www.scriber.io",
"authors": {
"scriber": "help@scriber.io"
},
"source": {
"http": "http://github.com/Scriber/scriber-ios-pod/releases/download/1.0.3/Scriber.framework.zip"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Scriber.framework/Versions/A/Headers/*.{h}",
"preserve_paths": "Scriber.framework/**",
"frameworks": [
"Security",
"StoreKit"
],
"requires_arc": true,
"libraries": "Scriber",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Scriber/Scriber.framework\""
},
"prepare_command": "ln -s `pwd`/Scriber.framework/Scriber `pwd`/Scriber.framework/libScriber.a"
}