[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 1 / 6 / TAKKitSwift / 2.1.0 / TAKKitSwift.podspec.json
blob7e46e89580fc48c21a09ba6a338a78d756aed430
2   "name": "TAKKitSwift",
3   "version": "2.1.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": "2.1.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": "8.0"
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     {
49       "name": "Photo",
50       "platforms": {
51         "ios": "8.0"
52       },
53       "dependencies": {
54         "TAKKitSwift/Core": [
56         ]
57       },
58       "frameworks": [
59         "Photos",
60         "AVFoundation"
61       ],
62       "source_files": "Pod/Classes/Photo/*.swift"
63     },
64     {
65       "name": "Twitter",
66       "platforms": {
67         "ios": "8.0"
68       },
69       "dependencies": {
70         "TAKKitSwift/Core": [
72         ],
73         "STTwitter": [
75         ]
76       },
77       "frameworks": "Accounts",
78       "source_files": "Pod/Classes/Twitter/*.swift"
79     }
80   ]