[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / d / 4 / App_Communicator / 0.1.0 / App_Communicator.podspec.json
blobf3129d30c2bf5178aab7291310e8d7fcff2d8f58
2   "name": "App_Communicator",
3   "version": "0.1.0",
4   "summary": "A tool used to easy send data through open url.",
5   "description": "This is for easy communication between iOS applications. It allows you to setup default data that is passed with every openURL call. It make it easy to add actions and additional parameters.",
6   "homepage": "https://github.com/jvanbrunt/App_Communicator",
7   "license": "MIT",
8   "authors": {
9     "Jacob Van Brunt": "jvanbrunt@developertown.com"
10   },
11   "source": {
12     "git": "https://github.com/jvanbrunt/App_Communicator.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "App_Communicator": [
22       "Pod/Assets/*.png"
23     ]
24   }