[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / d / 9 / AJKit / 0.2.0 / AJKit.podspec.json
blobed3c0c334b8f22a2ee34ef88beb0b0d085777901
2   "name": "AJKit",
3   "version": "0.2.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.2.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     }
33   ]