[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / c / 3 / GTMOAuth / 0.1.3 / GTMOAuth.podspec.json
blob7d1a4ffb3eb64b9378aa9010fac90a7af8f41b4f
2   "name": "GTMOAuth",
3   "version": "0.1.3",
4   "license": "MIT",
5   "summary": "OAuth engine for iOS.",
6   "homepage": "https://github.com/sdkdimon/gtm-oauth",
7   "authors": {
8     "daemmon": "sdkdimon@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/sdkdimon/gtm-oauth.git",
12     "tag": "0.1.3"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": false,
18   "public_header_files": "**/*.h",
19   "source_files": "**/*.{h,m}",
20   "ios": {
21     "frameworks": [
22       "Security",
23       "SystemConfiguration"
24     ]
25   }