[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / e / 2 / InAppHelper / 0.0.5 / InAppHelper.podspec.json
blob238db9e71e865ec02affe4c8c78e0c836011e60a
2   "name": "InAppHelper",
3   "version": "0.0.5",
4   "summary": "This project will help you for In App Purchase.",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "description": "With the help of storekit framework , We build this project to easily interact with InAppPurchase.This project is developed in Objective-C",
9   "homepage": "http://git.inspeero.com/bpatange/inapppod.git",
10   "license": "MIT",
11   "authors": {
12     "Bhima": "bpatange@inspeero.com"
13   },
14   "source": {
15     "git": "http://git.inspeero.com/bpatange/inapppod.git",
16     "tag": "0.0.5"
17   },
18   "source_files": "InAppHelper/InAppHelper/InAppClasses/*{.h,.m}",
19   "frameworks": "StoreKit",
20   "dependencies": {
21     "OpenSSL": [
23     ]
24   },
25   "libraries": [
26     "c++",
27     "ssl",
28     "crypto"
29   ],
30   "preserve_paths": "InAppHelper/Pods/OpenSSL/opensslIncludes/openssl/*.h",
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "$(SDKROOT)/InAppHelper/InAppHelper/Bridge-Header.h"
33   }