[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / e / 1 / 0 / NCWeibo / 0.1.2 / NCWeibo.podspec.json
blob3415fa8706e6861ac951f69a5e6d7100312cbf76
2   "name": "NCWeibo",
3   "version": "0.1.2",
4   "summary": "Another non-official Sina Weibo SDK in Objective-C.",
5   "homepage": "https://github.com/nickcheng/NCWeibo",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "nickcheng": "n@nickcheng.com"
12   },
13   "source": {
14     "git": "https://github.com/nickcheng/NCWeibo.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "NCWeibo/**/*.{h,m}",
21   "public_header_files": "NCWeibo/**/*.h",
22   "frameworks": [
23     "SystemConfiguration",
24     "Security",
25     "MobileCoreServices"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "SSKeychain": [
30       ">= 1.0.2"
31     ],
32     "AFNetworking": [
33       ">= 1.2.0"
34     ],
35     "MBProgressHUD": [
36       ">= 0.6"
37     ],
38     "AFHTTPRequestOperationLogger": [
39       ">= 0.10.0"
40     ]
41   }