[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 3 / 4 / AppCenterCrash-UI / 0.4.1 / AppCenterCrash-UI.podspec.json
blob6645abf8502493388ac24fd6f090e0dc7c9613c2
2   "name": "AppCenterCrash-UI",
3   "version": "0.4.1",
4   "summary": "A UI for reporting crashes adding a comment.",
5   "description": "This framework provides a UI for the user to add some more info to a crash that happened.",
6   "homepage": "https://github.com/chbeer/AppCenterCrash-UI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christian Beer": "christian.beer@chbeer.de"
13   },
14   "source": {
15     "git": "https://github.com/chbeer/AppCenterCrash-UI.git",
16     "tag": "0.4.1"
17   },
18   "social_media_url": "https://twitter.com/christian_beer",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10"
22   },
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "static_framework": true,
30   "swift_versions": "4.0",
31   "ios": {
32     "source_files": [
33       "AppCenterCrash-UI/*.{h,m,swift}",
34       "AppCenterCrash-UI/iOS/*"
35     ],
36     "resources": "AppCenterCrash-UI/iOS/Assets/*"
37   },
38   "osx": {
39     "source_files": [
40       "AppCenterCrash-UI/*.{h,m,swift}",
41       "AppCenterCrash-UI/macOS/*"
42     ],
43     "resources": "AppCenterCrash-UI/macOS/Assets/*"
44   },
45   "resources": "AppCenterCrash-UI/Assets/*",
46   "dependencies": {
47     "AppCenter/Crashes": [
48       "~> 4.0"
49     ]
50   },
51   "swift_version": "4.0"