[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / a / 2 / MGTimelineManager / 0.0.1 / MGTimelineManager.podspec.json
blob9af94177646d59d9f77a28212c8c29e7dcfa5fa8
2   "name": "MGTimelineManager",
3   "version": "0.0.1",
4   "summary": "Easy to use twitter timeline manager & parser - Uses async twitter api fetches - see demo for capabilities/example useage.",
5   "homepage": "https://github.com/mglagola/MGTimelineManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Mark Glagola": "mark.glagola@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/mglagola/MGTimelineManager.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": [
21     "MGTimelineManager/Categories/*",
22     "MGTimelineManager/*"
23   ],
24   "exclude_files": "MGTimelineManager/Vendor",
25   "frameworks": "SystemConfiguration",
26   "requires_arc": true,
27   "dependencies": {
28     "AFNetworking": [
29       "1.2.1"
30     ],
31     "Reachability": [
32       "3.1.0"
33     ],
34     "SBJson": [
35       "3.2"
36     ]
37   }