[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / c / 4 / AGJPageControl / 0.0.1 / AGJPageControl.podspec.json
blob9eb7a1997708e93ade0157d64e722e4603896511
2   "name": "AGJPageControl",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "A drop in replacement for UIPageControl with a slew of additional customization options.(基于SMPageControl)",
12   "homepage": "https://git.corp.angejia.com/xiawei2/AGJPageControl",
13   "authors": {
14     "SunnyX": "xiawei2@angejia.com"
15   },
16   "source": {
17     "git": "git@git.corp.angejia.com:xiawei2/AGJPageControl.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "AGJPageControl/*.{h,m}",
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "dependencies": {
24     "SMPageControl": [
25       "~> 1.2"
26     ]
27   }