blob: 32917b058510b53e061e8f236e54b4f5ff5b64df [file] [log] [blame]
{
"name": "MyCheckBaseSDK",
"version": "0.0.4",
"summary": "The SDK is the fastest way to integrate the MyCheck service into your app.",
"description": "The SDK is the fastest way to integrate the MyCheck service into your app. Provides all basic functionality from login/register to managing payment methods, opening tables and paying.",
"homepage": "http://info.mycheckapp.com",
"license": "BSD",
"authors": {
"elad schiller": "eladsc@mycheck.co.il"
},
"source": {
"git": "https://eladsc@bitbucket.org/eladsc/mycheck-base-sdk-ios.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MyCheckBaseSDK": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}