[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 0 / 1 / 6 / HacknocraftiOS / 0.2.0 / HacknocraftiOS.podspec.json
blob73e9c6807d870887706c3fd8fdb5d54694fe8d88
2   "name": "HacknocraftiOS",
3   "version": "0.2.0",
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.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Pod/Classes/**/*",
21     "Pod/Frameworks/**/*"
22   ],
23   "resource_bundles": {
24     "HacknocraftiOS": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "MapKit"
31   ],
32   "dependencies": {
33     "AFNetworking": [
34       "~> 2.3"
35     ]
36   }