[Add] onesecondbefore-tracker 7.9.0
[CocoaPods.git] / Specs / 3 / 9 / e / Dalton / 0.0.3 / Dalton.podspec.json
blob336c72d65c926ac50b1cfa7888465bf712b4584e
2   "name": "Dalton",
3   "version": "0.0.3",
4   "summary": "A simple RSS & Atom feed parser",
5   "homepage": "https://github.com/dcaunt/Dalton",
6   "license": "MIT",
7   "authors": {
8     "David Caunt": "dcaunt@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/dcaunt/Dalton.git",
12     "tag": "0.0.3"
13   },
14   "social_media_url": "https://twitter.com/dcaunt",
15   "source_files": "Dalton",
16   "public_header_files": "Dalton/{Dalton,DLTFeed,DLTFeedEntry}.h",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "dependencies": {
23     "Ono": [
24       "~> 1.0"
25     ]
26   }