| { |
| "name": "AJKitSwift", |
| "version": "0.1.0", |
| "summary": "A short description of AJKitSwift.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/xujiebing/AJKitSwift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "xujiebing": "xujiebing1992@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/xujiebing/AJKitSwift.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "default_subspecs": "Foundation", |
| "subspecs": [ |
| { |
| "name": "Foundation", |
| "source_files": "AJKitSwift/Classes/Foundation/*.swift" |
| }, |
| { |
| "name": "UIKit", |
| "source_files": "AJKitSwift/Classes/UIKit/*.swift" |
| } |
| ] |
| } |