[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 1 / 6 / TAKKitSwift / 3.1.0 / TAKKitSwift.podspec.json
blob5650bbf69630759ff88948709966cbd7bd66ce1d
2   "name": "TAKKitSwift",
3   "version": "3.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": "3.1.0"
13   },
14   "social_media_url": "https://twitter.com/taka0125",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "3.0"
21   },
22   "pushed_with_swift_version": "3.0",
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     },
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     {
49       "name": "Photo",
50       "platforms": {
51         "ios": null
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": null
68       },
69       "dependencies": {
70         "TAKKitSwift/Core": [
72         ],
73         "STTwitter": [
75         ]
76       },
77       "frameworks": "Accounts",
78       "source_files": "Pod/Classes/Twitter/*.swift"
79     }
80   ]