blob: fdc6773fd1fff7dde487fa9c5b9a3d7cba571b4b [file] [log] [blame]
{
"name": "NativeCSS",
"version": "1.1.3",
"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"
},
"requires_arc": false,
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/nativecss/NativeCSS.framework.git",
"tag": "1.1.3"
},
"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"
]
}