[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 3 / 1 / 8 / ECRouter / 1.1.4 / ECRouter.podspec.json
blobf07714023756ab31cfd6be2b5ad081deabf8028e
2   "name": "ECRouter",
3   "version": "1.1.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "IOS 简易统跳路由",
9   "description": "#详细描述\n参考MGJRouter 、 JLRoute 等优秀路由库;\n实现功能如下:\n1、\n采用Masonry的链式布局思想,将view通过锚点的方式连接在一起.",
10   "homepage": "https://git.oschina.net/pixar/ECRouter",
11   "authors": {
12     "PiXAR": "417527998@qq.com"
13   },
14   "social_media_url": "http://www.jianshu.com/users/e1eb391a157a",
15   "source": {
16     "git": "https://git.oschina.net/pixar/ECRouter.git",
17     "tag": "v1.1.4"
18   },
19   "source_files": "ECRouter/*",
20   "ios": {
21     "frameworks": [
22       "Foundation",
23       "UIKit"
24     ]
25   },
26   "requires_arc": true,
27   "platforms": {
28     "ios": "8.0"
29   }