[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 1 / c / AGDemo / 0.0.2 / AGDemo.podspec.json
blob5543980e1005c52a5f38e73d085c9141f726215f
2   "name": "AGDemo",
3   "version": "0.0.2",
4   "summary": "all kinds of categories for iOS develop",
5   "description": "this project provide all kinds of categories for iOS developer",
6   "homepage": "https://github.com/yaodonghai/AGDemo",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "yaodonghai": "1032891512@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/yaodonghai/AGDemo.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "Classes",
23     "AGDemo/Classes/**/*.{h,m}"
24   ],
25   "exclude_files": [
26     "Classes/AGFoundation/**/*.{h,m}",
27     "Classes/AGUIKit/**/*.{h,m}"
28   ],
29   "public_header_files": [
30     "AGDemo/Classes/AGUIKit/AGUIKit.h”,”AGDemo/Classes/AGFoundation/AGFoundation.h",
31     "AGDemo/Classes/**/*.h"
32   ],
33   "frameworks": [
34     "Foundation",
35     "UIKit"
36   ]