blob: f4e78d9f6dbb1e7858f4d6df2145f0a98e547d77 [file] [log] [blame]
{
"name": "Oriole2",
"version": "0.1.1",
"summary": "Oriole2 common libs for iOS.",
"homepage": "https://github.com/52doho",
"license": "MIT",
"authors": {
"Gary Wong": "52doho@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/52doho/Oriole2.git",
"tag": "v0.1.1"
},
"source_files": [
"Oriole2",
"Oriole2/**/*.{h,m,mm}"
],
"resources": "Oriole2/Resources/*.{bundle}",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Parse"
},
"frameworks": [
"SystemConfiguration",
"MobileCoreServices",
"StoreKit"
],
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
],
"iRate": [
],
"iVersion": [
],
"Parse": [
]
}
}