[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 2 / e / PodTest / 0.0.1 / PodTest.podspec.json
blob657d4c74c4692ffe1f1e3dadd7c0037ea4addb6a
2   "name": "PodTest",
3   "version": "0.0.1",
4   "summary": "A short description of PodTest.",
5   "description": "MyDescription",
6   "homepage": "http://EXAMPLE/PodTest",
7   "license": "BSD",
8   "authors": {
9     "Shani": "shani@quickode.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/ShaniOliel/PodTest.git"
16   },
17   "source_files": [
18     "Classes",
19     "PodTest/*.h"
20   ],
21   "public_header_files": "PodTest/*.h",
22   "preserve_paths": "PodTest/libPodTest.a",
23   "libraries": [
24     "GGLCore",
25     "GGLAnalytics"
26   ],
27   "vendored_libraries": "PodTest/libPodTest.a",
28   "dependencies": {
29     "Google/Analytics": [
31     ],
32     "AFNetworking": [
34     ]
35   }