[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 8 / 3 / 9 / Themes / 2.0.0 / Themes.podspec.json
blobcb1cdd9ddfbd8e7ef7afcde4e4cc2b1f4d366753
2   "name": "Themes",
3   "summary": "Theme management in Swift",
4   "version": "2.0.0",
5   "homepage": "https://github.com/onmyway133/Themes",
6   "license": "MIT",
7   "authors": {
8     "Khoa Pham": "onmyway133@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/onmyway133/Themes.git",
12     "tag": "2.0.0"
13   },
14   "social_media_url": "https://twitter.com/onmyway133",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.2"
19   },
20   "requires_arc": true,
21   "ios": {
22     "source_files": "Sources/**/*"
23   },
24   "tvos": {
25     "source_files": "Sources/**/*"
26   },
27   "osx": {
28     "source_files": "Sources/**/*"
29   },
30   "pod_target_xcconfig": {
31     "SWIFT_VERSION": "4.0"
32   }