blob: bd8b381724c96d43840122f2848b0591b32a3dbc [file] [log] [blame]
{
"name": "DynamicImagePlacer",
"version": "0.0.1",
"summary": "a Library for iOS developer and designer for simply replace the image files in resource bundle without rebuild the app.",
"homepage": "https://github.com/Angelbear/DynamicImagePlacer",
"screenshots": [
"https://raw.github.com/Angelbear/DynamicImagePlacer/master/ScreenShots/Simulator1.png",
"https://raw.github.com/Angelbear/DynamicImagePlacer/master/ScreenShots/Simulator2.png",
"https://raw.github.com/Angelbear/DynamicImagePlacer/master/ScreenShots/Simulator3.png",
"https://raw.github.com/Angelbear/DynamicImagePlacer/master/ScreenShots/WebSite1.png",
"https://raw.github.com/Angelbear/DynamicImagePlacer/master/ScreenShots/WebSite3.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yangyang Zhao": "yangyang.zhao.thu@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Angelbear/DynamicImagePlacer.git",
"tag": "0.0.1"
},
"source_files": [
"Source",
"Source/*.{h,m}"
],
"public_header_files": "Source/DynamicImagePlacer.h",
"resources": "Resource/DynamicImagePlacer.bundle",
"frameworks": [
"CFNetwork",
"MobileCoreServices",
"Security"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"dependencies": {
"RoutingHTTPServer": [
"~> 1.0.0"
],
"CCTemplate": [
"~> 0.2.0"
],
"Base64": [
"~> 1.0.1"
]
}
}