[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 5 / 2 / AIQKit / 0.9.9 / AIQKit.podspec.json
blob61272f24db068085d272e793811ac420ee8ccba7
2   "name": "AIQKit",
3   "version": "0.9.9",
4   "summary": "Search by AIQ.",
5   "description": "Search by AIQ \n* text/keyword search\n* image search",
6   "homepage": "https://github.com/iqnect-org/aiqkit-ios",
7   "license": {
8     "type": "Commercial",
9     "text": "http://aiq.tech/enterprise.php#"
10   },
11   "authors": "AIQ",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/iqnect-org/aiqkit-ios.git",
17     "tag": "0.9.9"
18   },
19   "source_files": "AIQKit/include/iQKit/*.h",
20   "public_header_files": "AIQKit/include/iQKit/*.h",
21   "resources": "AIQKit/iQKitResources.bundle",
22   "vendored_libraries": "AIQKit/libiQKit.a",
23   "frameworks": [
24     "AVFoundation",
25     "CoreLocation",
26     "CoreText",
27     "CoreData",
28     "QuartzCore"
29   ],
30   "libraries": "c++",
31   "requires_arc": true,
32   "dependencies": {
33     "NFAllocInit": [
34       "~> 1.0"
35     ],
36     "SVProgressHUD": [
37       "~> 2.0"
38     ],
39     "SDWebImage": [
40       "4.4.1"
41     ],
42     "SBJson": [
43       "~> 5.0"
44     ],
45     "Masonry": [
46       "1.1.0"
47     ],
48     "OpenCV": [
49       "3.2.0"
50     ],
51     "FBSDKCoreKit": [
53     ],
54     "FBSDKLoginKit": [
56     ]
57   }