blob: 76240d42d762fad816f58ddee4f2d6892cbba094 [file] [log] [blame]
{
"name": "react-native-evernote",
"version": "0.1.0",
"summary": "React Native Module for Evernote for iOS & Android",
"homepage": "https://github.com/idancali/react-native-evernote",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"I. Dan Calinescu": "idancalinescu@gmail.com"
},
"source": {
"git": "https://github.com/idancali/react-native-evernote.git",
"tag": "0.1.0"
},
"source_files": "ios/Evernote.{h,m}",
"social_media_url": "https://twitter.com/idancali",
"platforms": {
"ios": "8.0"
},
"public_header_files": "ios/Evernote.h",
"dependencies": {
"evernote-cloud-sdk-ios": [
"~> 2.0.5"
],
"React": [
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}