[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / 2 / 8 / 3 / EasyClosure / 1.0.0 / EasyClosure.podspec.json
blob20acc1f0871641204e7202e33bd09c2b2d9751c1
2   "name": "EasyClosure",
3   "summary": "Unified communication with easy closure in Swift",
4   "version": "1.0.0",
5   "homepage": "https://github.com/onmyway133/EasyClosure",
6   "license": "MIT",
7   "authors": {
8     "Khoa Pham": "onmyway133@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/onmyway133/EasyClosure.git",
12     "tag": "1.0.0"
13   },
14   "social_media_url": "https://twitter.com/onmyway133",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.13"
18   },
19   "requires_arc": true,
20   "ios": {
21     "source_files": "Sources/{iOS,Shared}/**/*",
22     "frameworks": [
23       "UIKit",
24       "Foundation"
25     ]
26   },
27   "osx": {
28     "source_files": "Sources/{macOS,Shared}/**/*",
29     "frameworks": [
30       "Cocoa",
31       "Foundation"
32     ]
33   },
34   "tvos": {
35     "source_files": "Sources/{iOS,Shared}/**/*",
36     "frameworks": [
37       "UIKit",
38       "Foundation"
39     ]
40   },
41   "swift_versions": "5.0",
42   "swift_version": "5.0"