[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 7 / 2 / AutoBot / 0.1.0 / AutoBot.podspec.json
blob7076215d40ce5c1dc3cf15f7fc82f6fff58eb0d6
2   "name": "AutoBot",
3   "version": "0.1.0",
4   "summary": "A short description of AutoBot.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/michaelhenry/AutoBot",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "michaelhenry": "me@iamkel.net"
13   },
14   "source": {
15     "git": "https://github.com/michaelhenry/AutoBot.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "AutoBot/Classes/**/*",
22   "frameworks": [
23     "XCTest",
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true,
28   "user_target_xcconfig": {
29     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
30   },
31   "pod_target_xcconfig": {
32     "ENABLE_BITCODE": "NO"
33   }