[Add] LastFM.swift 1.5.1
[CocoaPods.git] / Specs / f / 0 / d / MMPKit / 0.0.3 / MMPKit.podspec.json
blobbcfc38c565117856b202b0ec380578ca37a9ff77
2   "name": "MMPKit",
3   "version": "0.0.3",
4   "summary": "MMPKit is very nice!",
5   "homepage": "https://github.com/slagslag",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "guanqiang": "guanqiang@houyicloud.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/slagslag/MMPKit.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "MMPKit/MMPHeader.h",
21   "public_header_files": "MMPKit/MMPHeader.h",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "YYModel": [
28     ]
29   },
30   "prefix_header_contents": [
31     "#import <UIKit/UIKit.h>",
32     "#import <Foundation/Foundation.h>"
33   ],
34   "subspecs": [
35     {
36       "name": "Home",
37       "subspecs": [
38         {
39           "name": "Controller",
40           "source_files": "MMPKit/Home/Controller/*"
41         },
42         {
43           "name": "Model",
44           "source_files": "MMPKit/Home/Model/*"
45         },
46         {
47           "name": "View",
48           "source_files": "MMPKit/Home/View/*"
49         }
50       ]
51     }
52   ]