[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 9 / 3 / e / Fashion / 1.0.0 / Fashion.podspec.json
blobe5105f4b79bcb6be111967b162eeee30ffec3ed2
2   "name": "Fashion",
3   "summary": "Fashion accessories and beauty tools to share and reuse UI styles in a Swifty way",
4   "version": "1.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": "1.0.0"
13   },
14   "social_media_url": "https://twitter.com/vadymmarkov",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "ios": {
21     "source_files": "Sources/{iOS,Shared}/**/*",
22     "frameworks": [
23       "UIKit",
24       "Foundation"
25     ]
26   },
27   "osx": {
28     "source_files": "Sources/{Mac,Shared}/**/*",
29     "frameworks": [
30       "Cocoa",
31       "Foundation"
32     ]
33   },
34   "dependencies": {
35     "Sugar": [
37     ]
38   }