blob: 2bd748b26b8941e3857b1d04946240c3d8f85cec [file] [log] [blame]
{
"name": "DDTAssertLog",
"version": "0.2.0",
"summary": "Release logging of assertions.",
"description": " Find what assertions are firing with your release code.\n",
"homepage": "https://github.com/TheAppCoach/DDTAssertLog",
"license": "MIT",
"authors": {
"mcBontempi": "mcbontempi@gmail.com"
},
"source": {
"git": "https://github.com/TheAppCoach/DDTAssertLog.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DDTAssertLog": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Parse": [
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/Parse/Parse.framework/Headers\""
}
}