[Add] AJKit 0.3.0
diff --git a/Specs/2/d/9/AJKit/0.3.0/AJKit.podspec.json b/Specs/2/d/9/AJKit/0.3.0/AJKit.podspec.json
new file mode 100644
index 0000000..95b0abd
--- /dev/null
+++ b/Specs/2/d/9/AJKit/0.3.0/AJKit.podspec.json
@@ -0,0 +1,59 @@
+{
+  "name": "AJKit",
+  "version": "0.3.0",
+  "summary": "A short description of AJKit.",
+  "description": "TODO: Add long description of the pod here.",
+  "homepage": "https://github.com/xujiebing/AJKit",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "xujiebing": "xujiebing1992@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/xujiebing/AJKit.git",
+    "tag": "0.3.0"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "default_subspecs": "Foundation",
+  "subspecs": [
+    {
+      "name": "Foundation",
+      "prefix_header_file": "AJKit/Classes/Foundation/AJFoundation.pch",
+      "source_files": "AJKit/Classes/Foundation/*.{h,m}"
+    },
+    {
+      "name": "UIKit",
+      "prefix_header_file": "AJKit/Classes/UIKit/AJUIKit.pch",
+      "source_files": "AJKit/Classes/UIKit/*.{h,m}",
+      "dependencies": {
+        "AJKit/Foundation": [
+
+        ]
+      }
+    },
+    {
+      "name": "Runtime",
+      "prefix_header_file": "AJKit/Classes/Runtime/AJRuntime.pch",
+      "source_files": "AJKit/Classes/Runtime/*.{h,m}",
+      "dependencies": {
+        "AJKit/Foundation": [
+
+        ]
+      }
+    },
+    {
+      "name": "Algorithm",
+      "prefix_header_file": "AJKit/Classes/Algorithm/AJAlgorithm.pch",
+      "source_files": "AJKit/Classes/Algorithm/**/*.{h,m}",
+      "dependencies": {
+        "AJKit/Foundation": [
+
+        ]
+      }
+    }
+  ]
+}