[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / c / 6 / e / ScrollFlowLabel / 1.0.3 / ScrollFlowLabel.podspec.json
blobbaac06b9bb2786d183238cb06ef8598dde7ec686
2   "name": "ScrollFlowLabel",
3   "version": "1.0.3",
4   "summary": "Display long text on UILabel while scrolling automatically.",
5   "homepage": "https://github.com/nnsnodnb/ScrollFlowLabel",
6   "swift_versions": "5.0.1",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nnsnodnb": "nnsnodnb@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/nnsnodnb",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "ios": {
19     "frameworks": "UIKit"
20   },
21   "source": {
22     "git": "https://github.com/nnsnodnb/ScrollFlowLabel.git",
23     "tag": "1.0.3"
24   },
25   "source_files": [
26     "ScrollFlowLabel",
27     "ScrollFlowLabel/*.{h,swift}"
28   ],
29   "public_header_files": "ScrollFlowLabel/ScrollFlowLabel.h",
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "pod_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "swift_version": "5.0.1"