blob: ed7e7f73bf4b60635a3f144be942ff237c525391 [file] [log] [blame]
{
"name": "Myhpple",
"version": "0.0.3",
"summary": "I want cocoapod can used the newest hpple",
"description": "A longer description of Myhpple in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/somethingCode/Myhpple",
"license": "MIT",
"authors": {
"somethingCode": "email@address.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/somethingCode/Myhpple.git",
"tag": "0.0.3"
},
"source_files": [
"Pod/Classes",
"Pod/Classes/**/*.{h,m}"
],
"exclude_files": "Pod/Classes/Exclude",
"libraries": "xml2",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}