[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 3 / e / Fashion / 4.0.0 / Fashion.podspec.json
blob8b826af512fc2b2998022275fbe2dc61232e1b55
2   "name": "Fashion",
3   "summary": "Fashion accessories and beauty tools to share and reuse UI styles in a Swifty way",
4   "version": "4.0.0",
5   "homepage": "https://github.com/vadymmarkov/Fashion",
6   "license": "MIT",
7   "authors": {
8     "Vadym Markov": "markov.vadym@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/vadymmarkov/Fashion.git",
12     "tag": "4.0.0"
13   },
14   "social_media_url": "https://twitter.com/vadymmarkov",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "ios": {
22     "source_files": "Sources/{iOS,Shared}/**/*",
23     "frameworks": [
24       "UIKit",
25       "Foundation"
26     ]
27   },
28   "osx": {
29     "source_files": "Sources/{Mac,Shared}/**/*",
30     "frameworks": [
31       "Cocoa",
32       "Foundation"
33     ]
34   },
35   "tvos": {
36     "source_files": "Sources/{iOS,tvOS,Shared}/**/*",
37     "frameworks": [
38       "UIKit",
39       "Foundation"
40     ]
41   },
42   "pod_target_xcconfig": {
43     "SWIFT_VERSION": "3.0"
44   },
45   "pushed_with_swift_version": "3.0"