blob: a544031d658027b5d8baa2f2314cf1f62ef6bd77 [file] [log] [blame]
{
"name": "NativeCSS",
"version": "1.0.9",
"summary": "Simplify your mobile development by styling native apps in CSS.",
"homepage": "http://nativecss.com",
"license": {
"type": "Commercial",
"text": " Copyright (C) 2013 Make Apps Better LTD. All Rights Reserved.\n http://nativecss.com\n"
},
"authors": {
"nativeCSS": "support@nativecss.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/nativecss/NativeCSS.framework.git",
"tag": "1.0.9"
},
"source_files": "NativeCSS/*.h",
"preserve_paths": "NativeCSS/*.a",
"libraries": "nativeCSS",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/NativeCSS/NativeCSS\"",
"OTHER_LDFLAGS": "-lObjC"
},
"frameworks": [
"CoreText",
"QuartzCore",
"UIKit",
"CoreGraphics",
"CoreImage",
"Accelerate"
],
"requires_arc": false
}