[Add] BoreyAdSDK 0.0.6
[CocoaPods.git] / Specs / 2 / d / f / Disqus / 0.0.5 / Disqus.podspec.json
blob38385feea3dde0b6a2b8c712d9c8007f32d315b4
2   "name": "Disqus",
3   "version": "0.0.5",
4   "summary": "iOS Disqus API",
5   "description": "The project has been created by Moqod team to help many developers searching for this solution on Stackoverflow and else where. Special thanks to Disqus for answering support questions promptly! When integrating this solution to your project, please, spare us a like on Facebook, follow us on Twitter or spread a good word about us!",
6   "homepage": "http://disqus.com/api/docs/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Moqod": "info@moqod.com",
13     "Andrew Kopanev": "andrew@moqod.com"
14   },
15   "source": {
16     "git": "https://github.com/moqod/disqus-ios.git",
17     "tag": "0.0.5"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "frameworks": [
24     "CoreGraphics",
25     "UIKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "~> 2.2.1"
31     ]
32   },
33   "source_files": "Disqus/DisqusComponent/**/*.{h,m}",
34   "resources": "Disqus/DisqusComponent/Resources/**/*.*"