[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 1 / 6 / HacknocraftiOS / 0.2.3 / HacknocraftiOS.podspec.json
blob499eb1961f6bacde79e586e1de10985e2e8f313a
2   "name": "HacknocraftiOS",
3   "version": "0.2.3",
4   "summary": "This project contains the iOS objective C SDK that helps developers to connect with Hacknocraft backend.",
5   "description": "                       Hacknocraft provides iOS SDK for third party developers to conveniently connect to the Hacknocraft backend.\n\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "http://hacknocraft.com",
7   "license": "MIT",
8   "authors": {
9     "Hao Wang": "hao.wang@hacknocraft.com"
10   },
11   "source": {
12     "git": "https://github.com/laeroah/HacknocraftIOS.git",
13     "tag": "0.2.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "ios": {
20     "vendored_frameworks": "Pod/Dependencies/Quickblox.framework",
21     "preserve_paths": "Pod/Dependencies/*.framework",
22     "resources": "Pod/Dependencies/Quickblox.framework",
23     "xcconfig": {
24       "LD_RUNPATH_SEARCH_PATHS": "\"$(PODS_ROOT)/HacknocraftiOS/Pod/Dependencies\""
25     }
26   },
27   "libraries": [
28     "resolv",
29     "xml2",
30     "stdc++",
31     "z"
32   ],
33   "frameworks": [
34     "UIKit",
35     "MobileCoreServices",
36     "SystemConfiguration",
37     "AVFoundation",
38     "CoreVideo",
39     "Accelerate",
40     "CoreMedia",
41     "AudioToolbox",
42     "CoreLocation",
43     "CoreData",
44     "CoreGraphics",
45     "CFNetwork"
46   ],
47   "source_files": "Pod/Classes/**/*",
48   "resource_bundles": {
49     "HacknocraftiOS": [
50       "Pod/Assets/*.png"
51     ]
52   },
53   "dependencies": {
54     "AFNetworking": [
55       "~> 2.3"
56     ],
57     "ReactiveCocoa": [
59     ]
60   }