[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / 2 / 1 / AAMFeedback / 1.0.0 / AAMFeedback.podspec.json
blob1a5af9f019a75118a8c50805fffb156aae8c20ce
2   "name": "AAMFeedback",
3   "version": "1.0.0",
4   "summary": "iOS user feedback component for universal use.",
5   "homepage": "https://github.com/PlusR/AAMFeedback",
6   "authors": {
7     "fladdict": "fukatsu@gmail.com",
8     "azu": "azuciao@gmail.com",
9     "PlusR": "sp@plusr.co.jp"
10   },
11   "license": {
12     "type": "BSD",
13     "file": "LICENSE"
14   },
15   "source": {
16     "git": "https://github.com/PlusR/AAMFeedback.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "12.0"
21   },
22   "resource_bundles": {
23     "AAMFeedback": [
24       "src/Localizations/*.lproj"
25     ]
26   },
27   "frameworks": "MessageUI",
28   "requires_arc": true,
29   "default_subspecs": "ObjC",
30   "swift_versions": "5.1",
31   "subspecs": [
32     {
33       "name": "ObjC",
34       "source_files": "src/AAMFeedback/*.{h,m}",
35       "dependencies": {
36         "UIDeviceIdentifier": [
38         ]
39       }
40     },
41     {
42       "name": "Swift",
43       "source_files": "src/Feedback/*.{swift}"
44     }
45   ],
46   "swift_version": "5.1"