[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 0 / c / PublicAutomation / 0.2.3 / PublicAutomation.podspec.json
blob20c6d4d40a89b86461c0edeb982161d8e2800084
2   "name": "PublicAutomation",
3   "version": "0.2.3",
4   "summary": "Wrapper for Apple's internal UIAutomation APIs.",
5   "homepage": "https://github.com/TestingWithFrank/PublicAutomation",
6   "license": "Apache2",
7   "authors": {
8     "Pete Hodgson": "github@thepete.net"
9   },
10   "source": {
11     "git": "https://github.com/TestingWithFrank/PublicAutomation.git",
12     "tag": "0.2.3"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "PublicAutomation/**/*.{h,m}",
18   "requires_arc": true,
19   "xcconfig": {
20     "OTHER_CFLAGS": "-DDISABLE_PA_LOGGING"
21   }