[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / 5 / 7 / EasyGCD / 1.0.2 / EasyGCD.podspec.json
blob1f6d93e2ed1746ed1f15577106d5a8ac776f053f
2   "name": "EasyGCD",
3   "version": "1.0.2",
4   "summary": "A tiny library to make using GCD easier.",
5   "homepage": "https://github.com/Meniny/EasyGCD",
6   "license": "MIT",
7   "authors": {
8     "Elias Abel": "Meniny@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/Meniny/EasyGCD.git",
12     "tag": "1.0.2"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "source_files": "EasyGCD/*.*",
21   "module_name": "EasyGCD",
22   "public_header_files": "EasyGCD/*.h",
23   "ios": {
24     "frameworks": "Foundation"
25   },
26   "osx": {
27     "frameworks": "Cocoa"
28   },
29   "tvos": {
30     "frameworks": "Foundation"
31   },
32   "watchos": {
33     "frameworks": "Foundation"
34   },
35   "pushed_with_swift_version": "3.0"