[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 7 / e / MMRouter / 0.0.2 / MMRouter.podspec.json
blob51f4334a430f1a86a069917d19df04a1807cee06
2   "name": "MMRouter",
3   "summary": "A Router for iOS.",
4   "version": "0.0.2",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "MMMille": "xuemingluan@gmail.com"
11   },
12   "homepage": "https://github.com/MMMille/MMRouter",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/MMMille/MMRouter.git",
18     "tag": "0.0.2"
19   },
20   "requires_arc": true,
21   "source_files": "MMRouter/*.{h,m}",
22   "libraries": [
23     "z",
24     "sqlite3"
25   ],
26   "frameworks": [
27     "UIKit",
28     "CoreFoundation"
29   ]