[Add] CxjToasts 1.0.1
[CocoaPods.git] / Specs / 5 / 1 / 6 / random-swift / 0.1.6 / random-swift.podspec.json
blob867017d16954587af82bbbb33dd222fcc081bc8a
2   "name": "random-swift",
3   "version": "0.1.6",
4   "summary": "A utility for randomly generated data, content, and assets.",
5   "description": "'random is a utility for generating random data, content, and assets for iOS applications in Swift.'",
6   "homepage": "https://github.com/GigabiteLabs/random-swift.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DanBurkhardt": "engineering@gigabitelabs.com"
13   },
14   "source": {
15     "git": "https://github.com/GigabiteLabs/random-swift.git",
16     "tag": "0.1.6"
17   },
18   "social_media_url": "https://twitter.com/gigabitelabs",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "Sources/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "swift_versions": "5.2",
28   "pod_target_xcconfig": {
29     "OTHER_LDFLAGS": "$(inherited) -ObjC"
30   },
31   "resource_bundles": {
32     "random-swift": [
33       "Sources/Assets/*.{png,txt}"
34     ]
35   },
36   "testspecs": [
37     {
38       "name": "random-swift_tests",
39       "test_type": "unit",
40       "requires_app_host": true,
41       "source_files": "Example/Tests/*.{swift}"
42     }
43   ],
44   "swift_version": "5.2"