[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / 7 / OAuth1 / 0.3 / OAuth1.podspec.json
blobd1f14129bcebdf518397a1ea535d345f245f66fe
2   "name": "OAuth1",
3   "version": "0.3",
4   "summary": "OAuth1 for iOS",
5   "description": "It's a library on iOS which is suitable for OAuth1.",
6   "homepage": "https://github.com/trongdth/OAuth1-for-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "trongdth": "trongdth@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/trongdth/OAuth1-for-iOS.git",
16     "tag": "0.3"
17   },
18   "social_media_url": "https://twitter.com/trongdth",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "OAuth1/Classes/**/*.{h,m}",
24   "frameworks": [
25     "UIKit",
26     "QuartzCore",
27     "SystemConfiguration"
28   ]