[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 6 / 0 / AFOAuth1_HPL_update / 1.2 / AFOAuth1_HPL_update.podspec.json
blobbef1e56fb6ce37435b5bf8392faab39e80a2d961
2   "name": "AFOAuth1_HPL_update",
3   "version": "1.2",
4   "summary": "OAuth1 based on AFNetworking 2.3.0.",
5   "description": "                   OAuth1 based on AFNetworking 2.3.0. Added updates.\n",
6   "homepage": "https://github.com/akhilrajtr/AFOAuth1",
7   "license": "MIT",
8   "authors": {
9     "Song.Wang": "wangsong44@msn.cn"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/akhilrajtr/AFOAuth1.git",
16     "tag": "1.2"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.3"
27     ]
28   }