7 "summary": "Some classes and functions for kickstarting your Swift development project",
8 "homepage": "https://github.com/dudash/swiftkick",
9 "social_media_url": "http://about.me/jasondudash",
11 "Jason Dudash": "jason.dudash@gmail.com"
19 "git": "https://github.com/dudash/swiftkick.git",
22 "source_files": "Sources/*.{h,swift}",
23 "default_subspecs": "All",
24 "pod_target_xcconfig": {
25 "SWIFT_VERSION": "3.1"
27 "pushed_with_swift_version": "3.0",
31 "source_files": "Sources/**/*.swift"
34 "name": "Collections",
35 "source_files": "Sources/Collections/*.swift"
40 "Sources/Extensions/*.swift",
41 "Sources/Extensions/**/*.swift"
45 "name": "NumberExtensions",
46 "source_files": "Sources/Extensions/NumberTypes/*.swift"
49 "name": "StringExtensions",
50 "source_files": "Sources/Extensions/String/*.swift"
53 "name": "UIExtensions",
54 "source_files": "Sources/Extensions/UITypes/*.swift"
57 "name": "PreferencesExtensions",
58 "source_files": "Sources/Extensions/FoundationPreferences/*.swift"
62 "source_files": "Sources/Logger/*.swift"