[Add] PubNubSwift 8.2.3
[CocoaPods.git] / Specs / 4 / f / a / LRTVDBAPIClient / 0.1 / LRTVDBAPIClient.podspec.json
blob3dd0c09f9b3ee5e19ac002eb94c52e18652290c6
2   "name": "LRTVDBAPIClient",
3   "version": "0.1",
4   "license": "MIT",
5   "summary": "Objective-C wrapper for TheTVDB.",
6   "homepage": "https://github.com/luisrecuenco/LRTVDBAPIClient.git",
7   "authors": {
8     "Luis Recuenco": "luisrecuenco@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/luisrecuenco/LRTVDBAPIClient.git",
12     "tag": "0.1"
13   },
14   "platforms": {
15     "ios": "5.1"
16   },
17   "source_files": [
18     "LRTVDBAPIClient",
19     "LRTVDBAPIClient/Categories",
20     "LRTVDBAPIClient/Model",
21     "LRTVDBAPIClient/Parser",
22     "LRTVDBAPIClient/PersistenceManager"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
28     ],
29     "TBXML": [
31     ],
32     "zipzap": [
34     ]
35   }