[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 2 / 4 / NKPinterestActivity / 1.0.1 / NKPinterestActivity.podspec.json
blob9713d19aaa4c35479393520e83e083561744fc92
2   "name": "NKPinterestActivity",
3   "version": "1.0.1",
4   "summary": "NKPinterestActivity is a UIActivity subclass for sharing content to Pinterest, using the Pinterest iOS SDK",
5   "homepage": "https://github.com/neilkimmett/NKPinterestActivity",
6   "screenshots": [
7     "https://raw.githubusercontent.com/neilkimmett/NKPinterestActivity/master/Screenshots/screenshot1.jpg",
8     "https://raw.githubusercontent.com/neilkimmett/NKPinterestActivity/master/Screenshots/screenshot2.jpg"
9   ],
10   "license": "MIT",
11   "authors": {
12     "Neil Kimmett": "neil@kimmett.me"
13   },
14   "social_media_url": "http://twitter.com/neilkimmett",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/neilkimmett/NKPinterestActivity.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "NKPinterestActivity/NKPinterestActivity.{h,m}",
23   "resources": "Resources/*.png",
24   "requires_arc": true,
25   "dependencies": {
26     "Pinterest-iOS": [
27       "~> 2.3"
28     ]
29   },
30   "frameworks": [
31     "Foundation",
32     "Pinterest"
33   ]