blob: 7076215d40ce5c1dc3cf15f7fc82f6fff58eb0d6 [file] [log] [blame]
{
"name": "AutoBot",
"version": "0.1.0",
"summary": "A short description of AutoBot.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/michaelhenry/AutoBot",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"michaelhenry": "me@iamkel.net"
},
"source": {
"git": "https://github.com/michaelhenry/AutoBot.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AutoBot/Classes/**/*",
"frameworks": [
"XCTest",
"UIKit",
"Foundation"
],
"requires_arc": true,
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}