blob: d9bfe716ec94534329f2853de39fc390bbd4b1a9 [file] [log] [blame]
{
"name": "Myhpple",
"version": "0.0.2",
"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": "{ :type => 'MIT'}",
"authors": {
"somethingCode": "email@address.com"
},
"source": {
"git": "https://github.com/somethingCode/Myhpple.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Pod/Classes",
"Pod/Classes/**/*.{h,m}"
],
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}