[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 9 / 1 / c / AGDemo / 0.0.3 / AGDemo.podspec.json
blob2feaf6382b0bfb7b22e4656074e2a12b48ef1d8a
2   "name": "AGDemo",
3   "version": "0.0.3",
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.3"
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",
31     "AGDemo/Classes/AGFoundation/AGFoundation.h",
32     "AGDemo/Classes/**/*.h"
33   ],
34   "frameworks": [
35     "Foundation",
36     "UIKit"
37   ]