[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / a / e / Insider / 1.0.0 / Insider.podspec.json
blobb6f683f00890664510bda3ba647d013eb403b039
2   "name": "Insider",
3   "version": "1.0.0",
4   "summary": "Insider is an utility framework which sets a backdoor into your app for testing tools like Appium, Calabash, Frank, etc.",
5   "description": "Insider is an utility framework which sets a backdoor into your app for testing tools like Appium, Calabash, Frank, etc.\nInsider runs an HTTP server inside the application and listens for commands (RPCs).",
6   "homepage": "https://github.com/alexmx/Insider",
7   "license": "MIT",
8   "authors": "Alex Maimescu",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/alexmx/Insider.git",
14     "tag": "v1.0.0"
15   },
16   "source_files": [
17     "Insider/**/*.{swift}",
18     "Libs/**/*.{h,m,swift}"
19   ],
20   "libraries": [
21     "xml2",
22     "z"
23   ],
24   "pushed_with_swift_version": "4.0"