[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 8 / 0 / MyCheckBaseSDK / 0.0.4 / MyCheckBaseSDK.podspec.json
blob32917b058510b53e061e8f236e54b4f5ff5b64df
2   "name": "MyCheckBaseSDK",
3   "version": "0.0.4",
4   "summary": "The SDK is the fastest way to integrate the MyCheck service into your app.",
5   "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.",
6   "homepage": "http://info.mycheckapp.com",
7   "license": "BSD",
8   "authors": {
9     "elad schiller": "eladsc@mycheck.co.il"
10   },
11   "source": {
12     "git": "https://eladsc@bitbucket.org/eladsc/mycheck-base-sdk-ios.git",
13     "tag": "0.0.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MyCheckBaseSDK": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "MapKit"
28   ],
29   "dependencies": {
30     "AFNetworking": [
31       "~> 2.3"
32     ]
33   }