blob: 8ee8b867a44bc68254de3c44a1c322d22e5e63c1 [file] [log] [blame]
{
"name": "SweetsSdk",
"version": "0.1.0",
"summary": "Sweets client integration module.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/vast-z/IOS_SweetsSdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vast-z": "hz.zhao@aiesst.com"
},
"source": {
"git": "https://github.com/vast-z/IOS_SweetsSdk.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/<TWITTER_USERNAME>",
"libraries": [
"c++",
"z",
"sqlite3"
],
"frameworks": [
"SystemConfiguration",
"CFNetwork",
"Security",
"CoreTelephony",
"AVFoundation",
"CoreLocation"
],
"vendored_libraries": "SweetsSdk/Classes/Plugins/cordova-plugin-payment/*.a",
"platforms": {
"ios": "8.0"
},
"source_files": "SweetsSdk/Classes/**/*",
"public_header_files": "SweetsSdk/Classes/src/SweetsSdk.h",
"dependencies": {
"Cordova": [
"~>4.4.0"
]
}
}