[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 1 / 6 / TAKKitSwift / 3.0.0 / TAKKitSwift.podspec.json
blob64bca259fc72528d1400299d2d54f54eee842b77
2   "name": "TAKKitSwift",
3   "version": "3.0.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": "3.0.0"
13   },
14   "social_media_url": "https://twitter.com/taka0125",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.11"
19   },
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "3.0"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Pod/Classes/Core/*.swift",
27       "ios": {
28         "source_files": "Pod/Classes/Core/ios/*.swift"
29       },
30       "osx": {
31         "source_files": "Pod/Classes/Core/osx/*.swift"
32       }
33     },
34     {
35       "name": "UserDefaults",
36       "platforms": {
37         "ios": "8.0"
38       },
39       "dependencies": {
40         "TAKKitSwift/Core": [
42         ]
43       },
44       "source_files": "Pod/Classes/UserDefaults/*.swift",
45       "resource_bundles": {
46         "TAKUserDefaults": [
47           "Pod/Assets/UserDefaults/*"
48         ]
49       }
50     },
51     {
52       "name": "Photo",
53       "platforms": {
54         "ios": "8.0"
55       },
56       "dependencies": {
57         "TAKKitSwift/Core": [
59         ]
60       },
61       "frameworks": [
62         "Photos",
63         "AVFoundation"
64       ],
65       "source_files": "Pod/Classes/Photo/*.swift"
66     },
67     {
68       "name": "Twitter",
69       "platforms": {
70         "ios": "8.0"
71       },
72       "dependencies": {
73         "TAKKitSwift/Core": [
75         ],
76         "STTwitter": [
78         ]
79       },
80       "frameworks": "Accounts",
81       "source_files": "Pod/Classes/Twitter/*.swift"
82     }
83   ]