blob: 5c7aa6f20ed8c76b2bccb82eefb9d8eef9748d7a [file] [log] [blame]
{
"name": "RlmSDK",
"version": "0.1.2",
"summary": "Starter realm sdk framework",
"description": "Starter framework to build cocoapods sdk",
"homepage": "https://phamducmanh1989@github.com/phamducmanh1989/rlm-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Manh Pham": "phamducmanh1989@gmail.com"
},
"source": {
"git": "https://phamducmanh1989@github.com/phamducmanh1989/rlm-sdk-ios.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"public_header_files": [
"RlmSDK/Classes/Common/RlmConstants.h",
"RlmSDK/Classes/Common/RLMRealm+MP.h"
],
"source_files": "RlmSDK/Classes/**/*.{h,m}",
"static_framework": true,
"default_subspecs": "RlmSDKSubSpec",
"resources": [
"RlmSDK/Assets/*.png",
"RlmSDK/Assets/*.bundle"
],
"resource_bundles": {
"RlmSDK": [
"RlmSDK/Assets/*.png",
"RlmSDK/Assets/*.bundle"
]
},
"prefix_header_contents": [
"#import <ReactiveObjC/ReactiveObjC.h>",
"#import \"RlmConstants.h\""
],
"subspecs": [
{
"name": "RlmSDKSubSpec",
"dependencies": {
"ReactiveObjC": [
"~>2.1.2"
],
"Realm": [
]
}
}
]
}