[Add] FronteggSwift 1.2.29
[CocoaPods.git] / Specs / f / 0 / 3 / IKSwifterSwift / 1.1.2 / IKSwifterSwift.podspec.json
blob92349d1304722fbc2e284268fd78cbcef5141d57
2   "name": "IKSwifterSwift",
3   "version": "1.1.2",
4   "summary": "A handy collection of more than 500 native Swift extensions to boost your productivity.",
5   "description": "A handy collection of more than 500 native Swift extensions to boost your productivity....",
6   "homepage": "https://github.com/ichitech/IKSwifterSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "IchiTech": "ichitech89@gmail.com"
13   },
14   "social_media_url": "https://github.com/ichitech",
15   "screenshots": "https://raw.githubusercontent.com/SwifterSwift/SwifterSwift/master/Assets/logo.png",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "swift_versions": "5.3",
20   "requires_arc": true,
21   "source": {
22     "git": "https://github.com/ichitech/IKSwifterSwift.git",
23     "tag": "1.1.2"
24   },
25   "source_files": "Sources/SwifterSwift/**/*.swift",
26   "subspecs": [
27     {
28       "name": "Protocols",
29       "source_files": "Sources/SwifterSwift/Protocols/*.swift"
30     },
31     {
32       "name": "Foundation",
33       "source_files": "Sources/SwifterSwift/Foundation/*.swift"
34     },
35     {
36       "name": "UIKit",
37       "source_files": "Sources/SwifterSwift/UIKit/*.swift"
38     },
39     {
40       "name": "FirebaseCores",
41       "source_files": "Sources/SwifterSwift/FirebaseCores/*.swift"
42     }
43   ],
44   "swift_version": "5.3"