[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 1 / 6 / TAKKitSwift / 3.0.2 / TAKKitSwift.podspec.json
blob2cc4e33f5f30ce989a9c88efd857c2deb049a8d5
2   "name": "TAKKitSwift",
3   "version": "3.0.2",
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.2"
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   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Pod/Classes/Core/*.swift",
26       "ios": {
27         "source_files": "Pod/Classes/Core/ios/*.swift"
28       }
29     },
30     {
31       "name": "UserDefaults",
32       "platforms": {
33         "ios": null
34       },
35       "dependencies": {
36         "TAKKitSwift/Core": [
38         ]
39       },
40       "source_files": "Pod/Classes/UserDefaults/*.swift",
41       "resource_bundles": {
42         "TAKUserDefaults": [
43           "Pod/Assets/UserDefaults/*"
44         ]
45       }
46     },
47     {
48       "name": "Photo",
49       "platforms": {
50         "ios": null
51       },
52       "dependencies": {
53         "TAKKitSwift/Core": [
55         ]
56       },
57       "frameworks": [
58         "Photos",
59         "AVFoundation"
60       ],
61       "source_files": "Pod/Classes/Photo/*.swift"
62     },
63     {
64       "name": "Twitter",
65       "platforms": {
66         "ios": null
67       },
68       "dependencies": {
69         "TAKKitSwift/Core": [
71         ],
72         "STTwitter": [
74         ]
75       },
76       "frameworks": "Accounts",
77       "source_files": "Pod/Classes/Twitter/*.swift"
78     }
79   ]