[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 2 / b / 9 / Stubber / 0.3.0 / Stubber.podspec.json
blobab8ed3a9581eaa9ddc140cc78226ad312b02455c
2   "name": "Stubber",
3   "version": "0.3.0",
4   "summary": "A minimal method stub for Swift",
5   "homepage": "https://github.com/devxoul/Stubber",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Suyeol Jeon": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/Stubber.git",
15     "tag": "0.3.0"
16   },
17   "source_files": "Sources/**/*.{swift,h,m}",
18   "frameworks": "Foundation",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.11",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "3.1"
27   },
28   "pushed_with_swift_version": "3.0"