[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / f / b / FourMarks / 0.9 / FourMarks.podspec.json
blobf1c734835c61615863154b98f37b696c2f051331
2   "name": "FourMarks",
3   "version": "0.9",
4   "summary": "Objective-C client library for Delicious.com",
5   "homepage": "https://github.com/rayascott/FourMarks",
6   "license": "MIT",
7   "authors": {
8     "Ray Scott": "ray@alienhitcher.com"
9   },
10   "source": {
11     "git": "https://github.com/rayascott/FourMarks.git",
12     "tag": "0.9"
13   },
14   "source_files": "FourMarks/*.{h,m}",
15   "dependencies": {
16     "AFNetworking": [
17       "~> 2.0"
18     ],
19     "AHDispatch": [
20       "~> 0.9"
21     ],
22     "TBXML": [
23       "~> 1.5"
24     ],
25     "ISO8601DateFormatter": [
26       "~> 0.6"
27     ]
28   },
29   "requires_arc": true,
30   "platforms": {
31     "ios": "6.0",
32     "osx": "10.8"
33   }