[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / a / 6 / SimpleInstapaperKit / 1.0.0 / SimpleInstapaperKit.podspec.json
bloba1ce0382394ae1b3417963ce4f5b231e7b3a2f62
2   "name": "SimpleInstapaperKit",
3   "version": "1.0.0",
4   "summary": "An iOS interface for the Instapaper Simple API (http://www.instapaper.com/api/simple).",
5   "homepage": "https://github.com/davbeck/SimpleInstapaperKit",
6   "screenshots": [
7     "http://f.cl.ly/items/290j3a1S1P3t0n1X210J/iOS%20Simulator%20Screen%20shot%20Dec%203,%202012%208.26.03%20PM.png",
8     "http://f.cl.ly/items/290j3a1S1P3t0n1X210J/iOS%20Simulator%20Screen%20shot%20Dec%203,%202012%208.26.03%20PM.png"
9   ],
10   "license": "BSD",
11   "authors": {
12     "David Beck": "code@thinkultimate.com"
13   },
14   "source": {
15     "git": "https://github.com/davbeck/SimpleInstapaperKit.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "SimpleInstapaperKit/*.{h,m}",
22   "resources": "SimpleInstapaperKit/*.{png,xib}",
23   "frameworks": "QuartzCore",
24   "requires_arc": true,
25   "dependencies": {
26     "UICKeyChainStore": [
27       "~> 1.0"
28     ]
29   }