[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / c / 1 / 6 / TAKKitSwift / 1.3.0 / TAKKitSwift.podspec.json
blob47d924860a7b1a346fee08cdbd5342889ca86763
2   "name": "TAKKitSwift",
3   "version": "1.3.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.3.0"
13   },
14   "social_media_url": "https://twitter.com/taka0125",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
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     },
28     {
29       "name": "UserDefaults",
30       "platforms": {
31         "ios": null
32       },
33       "dependencies": {
34         "TAKKitSwift/Core": [
36         ]
37       },
38       "source_files": "Pod/Classes/UserDefaults/*.swift",
39       "resource_bundles": {
40         "TAKUserDefaults": [
41           "Pod/Assets/UserDefaults/*"
42         ]
43       }
44     }
45   ]