4 "summary": "Starter sdk framework",
5 "description": "Starter framework to build cocoapods sdk",
6 "homepage": "https://github.com/phamducmanh1989/base-sdk-ios",
12 "Manh Pham": "phamducmanh1989@gmail.com"
15 "git": "https://github.com/phamducmanh1989/base-sdk-ios.git",
21 "public_header_files": [
22 "BaseSDK/Classes/Common/MPMacros.h",
23 "BaseSDK/Classes/Common/MPInject.h",
24 "BaseSDK/Classes/Common/NSArray+Functional.h",
25 "BaseSDK/Classes/Domain/Model/MPModel.h",
26 "BaseSDK/Classes/Presentation/Presenter/MPPresenter.h",
27 "BaseSDK/Classes/Presentation/View/MPView.h",
28 "BaseSDK/Classes/Presentation/Controller/MPController.h",
29 "BaseSDK/Classes/Presentation/Controller/MPNavigationController.h"
31 "source_files": "BaseSDK/Classes/**/*.{h,m}",
32 "static_framework": true,
33 "default_subspecs": "BaseSDKSubSpec",
34 "prefix_header_contents": [
35 "#import <ReactiveObjC/ReactiveObjC.h>",
36 "#import \"MPInject.h\"",
37 "#import <AsyncDisplayKit/AsyncDisplayKit.h>",
38 "#import \"NSArray+Functional.h\"",
39 "#import \"MPMacros.h\""
43 "name": "BaseSDKSubSpec",