blob: c62ba11d0e06d0a75eb7ed58f783d11909311efa [file] [log] [blame]
{
"name": "JFThirdPartySet",
"version": "0.1.0",
"summary": "A set of thrid party code wrote in Objective-C.",
"description": "A set of thrid party code wrote in Objective-C.",
"homepage": "https://github.com/jumpingfrog0/JFThirdPartySet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jumpingfrog0": "jumpingfrog0@gmail.com"
},
"source": {
"git": "https://github.com/jumpingfrog0/JFThirdPartySet.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"exclude_files": [
"Source/Classes/GTM/non-arc/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "no-arc",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/JFThirdPartySet"
},
"requires_arc": false,
"source_files": [
"Source/Classes/GTM/non-arc/*.{h,m}"
],
"dependencies": {
"JFThirdPartySet/GTM": [
]
}
},
{
"name": "GTM",
"source_files": "Source/Classes/GTM/*.{h,m}"
},
{
"name": "Reachability",
"source_files": "Source/Classes/Reachability/*"
}
]
}