[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / e / 3 / 4 / SocialAccountKit / 0.8.1 / SocialAccountKit.podspec.json
blobf8675191d38db965532351e99d9aed17e5218bb0
2   "name": "SocialAccountKit",
3   "version": "0.8.1",
4   "summary": "Accounts.framework/Social.framework boilerplate toolkit.",
5   "homepage": "https://github.com/youknowone/SocialAccountKit",
6   "license": "2-clause BSD",
7   "authors": {
8     "Jeong YunWon": "jeong@youknowone.org"
9   },
10   "source": {
11     "git": "https://github.com/youknowone/SocialAccountKit.git",
12     "tag": "0.8.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "header_dir": "SocialAccount",
18   "source_files": [
19     "SocialAccount/*.h",
20     "SocialAccount/*.m"
21   ],
22   "public_header_files": "SocialAccount/*.h",
23   "requires_arc": true,
24   "frameworks": [
25     "Accounts",
26     "Social"
27   ],
28   "dependencies": {
29     "TwitterReverseAuth": [
31     ],
32     "FoundationExtension": [
34     ]
35   }