[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / d / 9 / AJKit / 0.4.0 / AJKit.podspec.json
bloba14f1dc5c7286b3eddf539db0b7270e7619a9585
2   "name": "AJKit",
3   "version": "0.4.0",
4   "summary": "A short description of AJKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/xujiebing/AJKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xujiebing": "xujiebing1992@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/xujiebing/AJKit.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Foundation",
22   "subspecs": [
23     {
24       "name": "Foundation",
25       "prefix_header_file": "AJKit/Classes/Foundation/AJFoundation.pch",
26       "source_files": "AJKit/Classes/Foundation/*.{h,m}"
27     },
28     {
29       "name": "UIKit",
30       "prefix_header_file": "AJKit/Classes/UIKit/AJUIKit.pch",
31       "source_files": "AJKit/Classes/UIKit/*.{h,m}",
32       "dependencies": {
33         "AJKit/Foundation": [
35         ]
36       }
37     },
38     {
39       "name": "Runtime",
40       "prefix_header_file": "AJKit/Classes/Runtime/AJRuntime.pch",
41       "source_files": "AJKit/Classes/Runtime/*.{h,m}",
42       "dependencies": {
43         "AJKit/Foundation": [
45         ]
46       }
47     },
48     {
49       "name": "Algorithm",
50       "prefix_header_file": "AJKit/Classes/Algorithm/AJAlgorithm.pch",
51       "source_files": "AJKit/Classes/Algorithm/**/*.{h,m}",
52       "dependencies": {
53         "AJKit/Foundation": [
55         ]
56       }
57     }
58   ]