[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / a / 8 / AJ_UIKit / 0.1.0 / AJ_UIKit.podspec.json
blob0a1fb6bc0da418023094d78bddc0af3c5f92940a
2   "name": "AJ_UIKit",
3   "version": "0.1.0",
4   "summary": "常用UI控件封装",
5   "description": "一些常用的UI控件封装, 支持Storyboard和纯代码",
6   "homepage": "https://github.com/AbooJan/AJ_UIKit",
7   "license": "MIT",
8   "authors": {
9     "AbooJan": "aboojaner@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AbooJan/AJ_UIKit.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "AJ_UIKit/AJ_UIKit/Classes/*.swift",
20   "resources": "AJ_UIKit/AJ_UIKit/Classes/AJ_UIKit_Resource.bundle",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ]