[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / c / 1 / 6 / TAKKitSwift / 1.5.0 / TAKKitSwift.podspec.json
blob0c0a297bf5be496ceb0063ce364ef54b6303d298
2   "name": "TAKKitSwift",
3   "version": "1.5.0",
4   "summary": "Util",
5   "homepage": "https://github.com/taka0125/TAKKitSwift",
6   "license": "MIT",
7   "authors": {
8     "Takahiro Ooishi": "taka0125@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/taka0125/TAKKitSwift.git",
12     "tag": "1.5.0"
13   },
14   "social_media_url": "https://twitter.com/taka0125",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Pod/Classes/Core/*.swift",
24       "ios": {
25         "source_files": "Pod/Classes/Core/ios/*.swift"
26       },
27       "osx": {
28         "source_files": "Pod/Classes/Core/osx/*.swift"
29       }
30     },
31     {
32       "name": "UserDefaults",
33       "platforms": {
34         "ios": null
35       },
36       "dependencies": {
37         "TAKKitSwift/Core": [
39         ]
40       },
41       "source_files": "Pod/Classes/UserDefaults/*.swift",
42       "resource_bundles": {
43         "TAKUserDefaults": [
44           "Pod/Assets/UserDefaults/*"
45         ]
46       }
47     }
48   ]