[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 0 / 4 / ZSPINOperation / 1.3.1 / ZSPINOperation.podspec.json
blob4ae97589162d5f6a08607b21a00c9fd3a5e594be
2   "name": "ZSPINOperation",
3   "version": "1.3.1",
4   "homepage": "https://github.com/Zandor300/ZSPINOperation",
5   "summary": "Fast, concurrency-limited task queue for iOS and OS X.",
6   "authors": {
7     "Zandor Smith": "info@zsinfo.nl"
8   },
9   "source": {
10     "git": "https://github.com/Zandor300/ZSPINOperation.git",
11     "tag": "1.3.1"
12   },
13   "license": {
14     "type": "Apache 2.0",
15     "file": "LICENSE.txt"
16   },
17   "requires_arc": true,
18   "frameworks": "Foundation",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "11.0",
22     "tvos": "11.0",
23     "watchos": "4.0"
24   },
25   "prefix_header_contents": "#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif",
26   "source_files": "Source/**/*.{h,m,mm}"